Exemple #1
0
 private void NavToChart(Student student)
 {
     _chartViewModel.ChartTestsByStudent(student);
     OnNav(NavigationTarget.Chart);
 }