Exemplo n.º 1
0
 public DateTime GetLastEDDBDownloadTime()
 {
     return(Execute(() => SQLiteConnectionSystem.GetSettingDate("EDDBLastDownloadTime", DateTime.MinValue)));
 }
Exemplo n.º 2
0
 public DateTime GetEDSMGalMapLast()
 {
     return(Execute(() => SQLiteConnectionSystem.GetSettingDate("EDSMGalMapLast", DateTime.MinValue)));
 }