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