This commit is contained in:
2008-10-03 11:32:56 +00:00
parent 9ee8986e50
commit 722e41b25e
9 changed files with 1312 additions and 1376 deletions

View File

@@ -247,6 +247,7 @@ namespace VEPROMS
// Save whether we should display the default values on this property page
Settings.Default.ShowDefaultFolderProp = ppCbShwDefSettings.Checked;
Settings.Default.Save();
_FolderConfig.MyFolder.Save().Dispose();
this.Close();
}