diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index 4d5c5fd..4d4a4d2 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -126,7 +126,23 @@ public partial class MainWindow : Window private void RefreshResultView() { - return; + LbResult.Items.Clear(); + foreach (Student s in Settings.Instance.Students) + { + try + { + for(int i = 0; i