示例#1
0
 static void Main(string[] args)
 {
     //ObjCaller.Start();
     //ObjCaller.ObjViaRefInterface();
     //ObjCaller.CheckMethod();
     //ObjCaller.DefBouquet();
     //ObjCaller.CallSort();
     ObjCaller.CallStruct();
 }
示例#2
0
 static void Main(string[] args)
 {
     //ObjCaller.Start();
     //ObjCaller.ObjViaRefInterface();
     ObjCaller.CheckMethod();
 }