Esempio n. 1
0
 static ConnectionObject()
 {
     Console.Write("CONNECTION OBJECT CALLED");
     RemotingConfiguration.Configure("BarTerminal.exe.config", false);
     centralServer = (IOrder_Info)RemoteNew.New(typeof(IOrder_Info));
 }
Esempio n. 2
0
 public static void initConnection()
 {
     RemotingConfiguration.Configure("Printer.exe.config", false);
     centralServer = (IOrder_Info)RemoteNew.New(typeof(IOrder_Info));
 }