Esempio n. 1
0
 public RemoteControlClient(string channel_name)
 {
     remote_control = (RemoteControlInterface)RemoteHooking.IpcConnectClient <MarshalByRefObject>(channel_name);
 }