Esempio n. 1
0
 public API(string host)
 {
     this.Host = host;
     _client   = new JSONRPC_Client();
 }