コード例 #1
0
 static ConnectionObject()
 {
     Console.Write("CONNECTION OBJECT CALLED");
     RemotingConfiguration.Configure("BarTerminal.exe.config", false);
     centralServer = (IOrder_Info)RemoteNew.New(typeof(IOrder_Info));
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: francismaria/TDIN_FEUP
 public static void initConnection()
 {
     RemotingConfiguration.Configure("Printer.exe.config", false);
     centralServer = (IOrder_Info)RemoteNew.New(typeof(IOrder_Info));
 }