예제 #1
0
파일: Program.cs 프로젝트: bbattin/Demo
 private static void TestI2(I2 i)
 {
     i.f1();
 }