Пример #1
0
 public StudentListViewModel()
 {
     DisplayName = "Student List (method 1) - Separate Master and Detail views.";
     Model       = StudentInfo.GetStudentInfoList();
 }
Пример #2
0
 public StudentListViewModel()
 {
     DisplayName = "Student List (method 1) - There are issues when running under Windows.Forms but runs nicely under WebGUI.";
     Model       = StudentInfo.GetStudentInfoList();
 }