コード例 #1
0
 public static void Call(string methodName, params string[] args)
 {
     _client.Call(methodName, args);
 }