This commit is contained in:
@@ -13,6 +13,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
|
||||
internal static GlobalOpsBackupSettings Backup { get; set; }
|
||||
internal static DateTime LastBackup { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -27,10 +28,10 @@ namespace AyaNova.Util
|
||||
Backup = new GlobalOpsBackupSettings();
|
||||
ct.GlobalOpsBackupSettings.Add(Backup);
|
||||
ct.SaveChanges();
|
||||
}
|
||||
}
|
||||
LastBackup=FileUtil.MostRecentBackupFileDate();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user