Beispiel #1
0
 public WTPRows(Wtp Wtp)
 {
     this.Wtp = Wtp;
 }
Beispiel #2
0
 public WTPVariations(Wtp Wtp)
 {
     this.Wtp = Wtp;
     //Refresh();
 }
Beispiel #3
0
 public WTPComponents(Wtp Wtp)
 {
     this.Wtp = Wtp;
 }
Beispiel #4
0
 public WTPRowGroups(Wtp Wtp)
 {
     this.Wtp = Wtp;
 }
Beispiel #5
0
 public CalendarGraphvalueCollection(Wtp Wtp)
 {
     this.Wtp = Wtp;
 }