예제 #1
0
 private static void CallMethodI2(IInterface2 a)
 {
     a.Foo();
 }