예제 #1
0
        static MwcDatabase()
        {
            // set the db location
            dbLocation = DatabaseFilePath;

            // instantiate a new db
            me = new MwcDatabase(dbLocation);
        }