Exemple #1
0
 /// <summary>
 /// When we enter the page, we go to a method that displays result of tests
 /// </summary>
 /// <param name="e"></param>
 protected override void OnNavigatedTo(NavigationEventArgs e)
 {
     studentVM.GetTestResult();
 }