Ejemplo n.º 1
0
        protected StepEntryRepositoryADO()
        {
            // set the db location
            dbLocation = DatabaseFilePath;

            // instantiate the database
            db = new StepEntryDatabase(dbLocation);
        }
        protected StepEntryRepositoryADO()
        {
            // set the db location
            dbLocation = DatabaseFilePath;

            // instantiate the database
            db = new StepEntryDatabase(dbLocation);
        }