Compare commits
4 Commits
12606d45fb
...
1bfd2f5219
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bfd2f5219 | |||
| 77ca5aa1ff | |||
| b772e29084 | |||
| 8a8803395f |
@@ -91,6 +91,7 @@ public partial class MainWindow : Window
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (file == null) return;
|
if (file == null) return;
|
||||||
|
if (file.Count == 0) return;
|
||||||
|
|
||||||
var imported_students = import.ImportStudentsFromFile(file[0].Path.LocalPath.ToString());
|
var imported_students = import.ImportStudentsFromFile(file[0].Path.LocalPath.ToString());
|
||||||
foreach (var s in imported_students)
|
foreach (var s in imported_students)
|
||||||
|
|||||||
Reference in New Issue
Block a user