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