Example #1
0
        public ReferenceDao()
        {
            DatabasePath dbPath      = new DatabasePath();
            string       base_folder = dbPath.CurrentDBFile(); //System.AppDomain.CurrentDomain.BaseDirectory;

            sqlite = new Sqlite(base_folder);
        }