Пример #1
0
 public RemotingAdmin()
 {
     host         = new RemoteProcess();
     remoteObject = (T)host.CreateObject(typeof(T));
 }