This commit is contained in:
2012-02-15 14:54:51 +00:00
parent 6ac51d2e02
commit 484f52ff57
3 changed files with 76 additions and 41 deletions

View File

@@ -72,6 +72,7 @@ namespace VEPROMS
Settings.Default.ShowDefaultVersionProp = ppCbShwDefSettings.Checked;
Settings.Default.Save();
DialogResult = DialogResult.OK;
_DocVersionConfig.MyDocVersion.Config = _DocVersionConfig.ToString();
_DocVersionConfig.MyDocVersion.Save().Dispose();
this.Close();
}