Made sure the OK and Cancel buttons set the DialogResult just before closing the form
This commit is contained in:
@@ -100,6 +100,7 @@ namespace VEPROMS
|
||||
Settings.Default.PropPageStyle = 3;
|
||||
|
||||
Settings.Default.Save();
|
||||
this.DialogResult = DialogResult.OK;
|
||||
this.Close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user