Exemplo n.º 1
0
 public void testCleanup()
 {
     Debug.WriteLine("Test cleanup");
     ct.DeleteGroup(gd.name);
     ct.DeleteLesson(1);
 }
Exemplo n.º 2
0
 public bool removeGroup(string group)
 {
     return(ct.DeleteGroup(group));
 }