Пример #1
0
 public T GetObject<T>() where T : RpcObject
 {
     return RpcServer.GetObject<T>(RpcInfo);
 }