Esempio n. 1
0
 public void SecondFunction()
 {
     log.Debug("SecondFunction");
     TestClass2 tc2 = new TestClass2();
     tc2.ThirdFunction();
 }