コード例 #1
0
        protected BookmarkRepositoryADO()
        {
            // set the db location
            dbLocation = DatabaseFilePath;

            // instantiate the database
            db = new BookmarkDatabase(dbLocation);
        }
コード例 #2
0
        protected BookmarkRepositoryADO()
        {
            // set the db location
            dbLocation = DatabaseFilePath;

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