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