예제 #1
0
 public Day(GroupShedule _group)
 {
     group = _group;
 }
예제 #2
0
 public DisplayShedule(GroupShedule _group)
 {
     group = _group;
 }