コード例 #1
0
ファイル: ClassTest.cs プロジェクト: yastrov/C_Sharp
 static void CallFoo(IMyInterface obj)
 {
     obj.Foo();
 }