Exemplo n.º 1
0
 public CryptoCommunicator(string url, string user, string privateKey)
     : base(url, user, privateKey)
 {
     this.client = SimpleCryptoHTTPClient.getSimpleCryptoHTTPClient();
 }
Exemplo n.º 2
0
 public CryptoCommunicator() : base()
 {
     this.client = SimpleCryptoHTTPClient.getSimpleCryptoHTTPClient();
 }