[fix:] changed name when changing id 👀

This commit is contained in:
2026-03-03 15:01:31 +01:00
parent d1f5444caf
commit 8be9a9a925

View File

@@ -207,7 +207,7 @@ public partial class MainWindow : Window
{
try
{
((Student)LbStudentsImported.SelectedItem).Name = TbStudentID.Text;
((Student)LbStudentsImported.SelectedItem).ID = TbStudentID.Text;
}
catch
{