Compare commits
2 Commits
aec57d7d9d
...
8be9a9a925
| Author | SHA1 | Date | |
|---|---|---|---|
| 8be9a9a925 | |||
| d1f5444caf |
@@ -207,7 +207,7 @@ public partial class MainWindow : Window
|
||||
{
|
||||
try
|
||||
{
|
||||
((Student)LbStudentsImported.SelectedItem).Name = TbStudentID.Text;
|
||||
((Student)LbStudentsImported.SelectedItem).ID = TbStudentID.Text;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
@@ -16,6 +16,7 @@ public class CourseCrafter
|
||||
= new();
|
||||
public static void Craft()
|
||||
{
|
||||
GeneratedCourses = new();
|
||||
var settings = Settings.Instance;
|
||||
var students = settings.Students;
|
||||
var sports = settings.Sports;
|
||||
|
||||
Reference in New Issue
Block a user