示例#1
0
 public Class1()
 {
     etherAPI = new EtherAPI();
 }
 public ExchangeRateUpdater()
 {
     currencyAPI = new CurrencyAPI();
     etherAPI    = new EtherAPI();
 }