Beispiel #1
0
 public void TestCreation()
 {
     var x = new TestClass00(null);
 }
Beispiel #2
0
 public void TestCreation(ITestInterface interf)
 {
     var x = new TestClass00(interf);
 }