Ejemplo n.º 1
0
 public SampleDatabase(MyMoney money, StockQuoteManager manager, string stockQuotePath)
 {
     this.manager        = manager;
     this.money          = money;
     this.stockQuotePath = stockQuotePath;
 }