예제 #1
0
 public void ResetModel()
 {
     Model = new InitialModel();
 }
예제 #2
0
 public ScheduleService()
 {
     Model = new InitialModel();
 }