Exemple #1
0
 public void ClearStatus()
 {
     this.Monday    = new UIWeek();
     this.Tuesday   = new UIWeek();
     this.Wednesday = new UIWeek();
     this.Thursday  = new UIWeek();
     this.Friday    = new UIWeek();
     this.Saturday  = new UIWeek();
     this.Sunday    = new UIWeek();
 }
Exemple #2
0
 public UITwoStatusWeek()
 {
     this.Monday    = new UIWeek();
     this.Tuesday   = new UIWeek();
     this.Wednesday = new UIWeek();
     this.Thursday  = new UIWeek();
     this.Friday    = new UIWeek();
     this.Saturday  = new UIWeek();
     this.Sunday    = new UIWeek();
 }