예제 #1
0
 private void NavToStudentChartBySubject(string subject)
 {
     _chartViewModel.ChartStudentsBySubject(subject);
     OnNav(NavigationTarget.Chart);
 }