Ejemplo n.º 1
0
 static DataBase()
 {
     DbFile = Path.Combine(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location), "Settings.db");
     conn   = new mDB.SQLite.Connection(DbFile);
     conn.Execute("select 1;");
 }