This commit is contained in:
2020-05-22 14:06:30 +00:00
parent 99d2939117
commit bbc4a432a7
4 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ namespace AyaNova.Util
{
internal static GlobalOpsBackupSettings Backup { get; set; }
internal static DateTime LastBackup { get; set; }
// internal static DateTime LastBackup { get; set; }
/// <summary>
@@ -29,7 +29,7 @@ namespace AyaNova.Util
ct.GlobalOpsBackupSettings.Add(Backup);
ct.SaveChanges();
}
LastBackup=FileUtil.MostRecentBackupFileDate();
Backup.LastBackup=FileUtil.MostRecentBackupFileDate();
}