Beispiel #1
0
 public TimeTaskModel(int Id, long Time, TimeManager.TaskEvent Event)
 {
     this.Id    = Id;
     this.Time  = Time;
     this.Event = Event;
 }
Beispiel #2
0
 public TimeTaskModel(int id, long tTime, TimeManager.TaskEvent eEvent)
 {
     this.Id    = id;
     this.time  = tTime;
     this.Event = eEvent;
 }