Beispiel #1
0
 public TestB(ProcessDuration td)
 {
     this.TD = td;
     this.C  = new TestC(td);
 }
Beispiel #2
0
 public TestC(ProcessDuration td)
 {
     this.TD = td;
 }