예제 #1
0
 private void NavToChart(Test test)
 {
     _chartViewModel.ChartStudentsByTest(test);
     OnNav(NavigationTarget.Chart);
 }