示例#1
0
文件: Program.cs 项目: bbattin/Demo
 private static void TestI2(I2 i)
 {
     i.f1();
 }