Upgrade Settings from previous revision
Save config changes once
This commit is contained in:
@@ -111,6 +111,12 @@ namespace VEPROMS
|
||||
#endregion
|
||||
public frmVEPROMS()
|
||||
{
|
||||
if (Properties.Settings.Default.UpdateSettings)
|
||||
{
|
||||
Properties.Settings.Default.Upgrade();
|
||||
Properties.Settings.Default.UpdateSettings = false;
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
// cleanup from previous run:
|
||||
Volian.Base.Library.TmpFile.RemoveAllTmps();
|
||||
|
||||
|
Reference in New Issue
Block a user