Ejemplo n.º 1
0
 public void timetable()
 {
     timetable tt = new timetable();
     tt.Show();
 }
 public mycontrol_timetable(timetable t1)
 {
     h1 = t1;
 }