예제 #1
0
 private void ShowWindowEditStudentMethod()
 {
     ViewShower.Show(new StudentViewModel(Students, false, CurrentStudent));
 }
예제 #2
0
 private void ShowWindowAddingStudentMethod()
 {
     ViewShower.Show(new StudentViewModel(Students, true, null));
 }