Esempio n. 1
0
 static void CallFoo(IMyInterface obj)
 {
     obj.Foo();
 }