コード例 #1
0
 void LoadResults()
 {
     try
     {
         ClearAndFill(Results, Honglorn.GetResults(CurrentCourse, CurrentYear));
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex);
     }
 }
コード例 #2
0
 void LoadYears() => ClearAndFill(Years, Honglorn.YearsWithStudentData());
コード例 #3
0
 void LoadCourseNames() => ClearAndFill(Courses, Honglorn.ValidCourseNames(CurrentYear));