예제 #1
0
 static void F(ISomeInterface obj)
 {
     obj.SomeF();
     obj.SomeF2();
 }