コード例 #1
0
ファイル: Program.cs プロジェクト: bbattin/Demo
 private static void TestI2(I2 i)
 {
     i.f1();
 }