Ejemplo n.º 1
0
 public static void initConnection()
 {
     RemotingConfiguration.Configure("Printer.exe.config", false);
     centralServer = (IOrder_Info)RemoteNew.New(typeof(IOrder_Info));
 }