protected StockRepository() { db = new StockDatabase(StockDatabase.DatabaseFilePath); }
public override void FinishedLaunching(UIApplication application) { // Ensure the database is 'created' Database = new StockDatabase(StockDatabase.DatabaseFilePath); }
public override void FinishedLaunching (UIApplication application) { // Ensure the database is 'created' Database = new StockDatabase(StockDatabase.DatabaseFilePath); }