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