Beispiel #1
0
 /// <summary>
 /// TestMethodWithOneParam1
 /// </summary>
 /// <param name="param1">ITestInterface3</param>
 public void TestMethodWithOneParam1(ITestInterface3 param1)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public TestInterfaceImpl(ITestInterface2 t2, ITestInterface3 t3)
 {
     Test2 = t2;
 }
Beispiel #3
0
 public TestInterfaceImpl(ITestInterface2 t2, ITestInterface3 t3)
 {
     Test2 = t2;
 }