Exemplo n.º 1
0
 public static void TranferVisitedSystemstoJournalTableIfRequired()
 {
     if (System.IO.File.Exists(SQLiteConnectionED.GetSQLiteDBFile(EDDSqlDbSelection.EDDiscovery)))
     {
         if (SQLiteDBClass.GetSettingBool("ImportVisitedSystems", false) == false)
         {
             TranferVisitedSystemstoJournalTable();
             SQLiteDBClass.PutSettingBool("ImportVisitedSystems", true);
         }
     }
 }