예제 #1
0
 public void ResetAssesment()
 {
     if (doCleanUp)
     {
         Assesment a = new Assesment(DEFAULT_ID);
         a.Restart();
     }
 }