Ejemplo n.º 1
0
 private void StartRemotingServer()
 {
     this.remotingServer = new RemotingServer();
     remotingServer.StartRemotingServer();
 }