Esempio n. 1
0
 public Pso2DaySchedule()
 {
     this.day = new List <int>()
     {
         2
     };
     this.hour   = Pso2DayTiming.GetAll().Select(e => e.hour).ToList();
     this.minute = new List <int>()
     {
         0
     };
     this.second = new List <int>()
     {
         0
     };
 }