Пример #1
0
 public Proxy(RpcClient client, string serviceName)
 {
     mClient      = client;
     mServiceName = serviceName;
 }