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