[fix:] changed name when changing id 👀
This commit is contained in:
@@ -207,7 +207,7 @@ public partial class MainWindow : Window
|
||||
{
|
||||
try
|
||||
{
|
||||
((Student)LbStudentsImported.SelectedItem).Name = TbStudentID.Text;
|
||||
((Student)LbStudentsImported.SelectedItem).ID = TbStudentID.Text;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user