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