예제 #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();
 }