From 8be9a9a92555140cf6a928de4d58c6be385c64ed Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Tue, 3 Mar 2026 15:01:31 +0100 Subject: [PATCH] [fix:] changed name when changing id :eyes: --- MainWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index 95abbe8..8cceee7 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -207,7 +207,7 @@ public partial class MainWindow : Window { try { - ((Student)LbStudentsImported.SelectedItem).Name = TbStudentID.Text; + ((Student)LbStudentsImported.SelectedItem).ID = TbStudentID.Text; } catch {