From ce1eeab1660c00f62d9e0cabc5472ab1fda7b1a4 Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Sat, 28 Feb 2026 18:14:31 +0100 Subject: [PATCH] [chore:] implemented RefreshResultView() --- MainWindow.axaml.cs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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