Esempio n. 1
0
 protected StockRepository()
 {
     db = new StockDatabase(StockDatabase.DatabaseFilePath);
 }
Esempio n. 2
0
		protected StockRepository()
		{
			db = new StockDatabase(StockDatabase.DatabaseFilePath);
		}
Esempio n. 3
0
 public override void FinishedLaunching(UIApplication application)
 {
     // Ensure the database is 'created'
     Database = new StockDatabase(StockDatabase.DatabaseFilePath);
 }
Esempio n. 4
0
		public override void FinishedLaunching (UIApplication application)
		{
			// Ensure the database is 'created'
			Database = new StockDatabase(StockDatabase.DatabaseFilePath);
		}