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