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