예제 #1
0
 public GUICurrency()
 {
     StatusDetails            = new StatusDetailsObject();
     FGUICurrencyHelper       = new GUICurrencyTxAndBalanceHelper(this);
     FGUICurrencyPricesHelper = new GUICurrencyMarketPriceHelper(this);
 }
예제 #2
0
 public GUIToken(IGUICurrency aParentCurrency)
 {
     ParentCurrency     = aParentCurrency ?? throw new ArgumentNullException(nameof(aParentCurrency));
     FGUICurrencyHelper = new GUICurrencyTxAndBalanceHelper(this);
     FGUIPricesHelper   = new GUICurrencyMarketPriceHelper(this);
 }