Exemplo n.º 1
0
 private static int GetNextSectorID()
 {
     return(SQLiteConnectionSystem.GetSettingInt("EDSMSectorIDNext", 1));
 }
Exemplo n.º 2
0
 public int GetEDSMSectorIDNext()
 {
     return(Execute(() => SQLiteConnectionSystem.GetSettingInt("EDSMSectorIDNext", 1)));
 }