Beispiel #1
0
 public void EndExam()
 {
     ExamContext.StopExam();
     Module.StopAsync().ContinueWith((task) =>
     {
     });
 }