aboutsummaryrefslogtreecommitdiff
path: root/Source/Settings
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-22 17:07:37 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-22 17:07:37 +0300
commitce5597d042062c820288c63b4e571ee77ac23ab0 (patch)
tree9400511fce89ae4b6d4df205b605f560778dcb57 /Source/Settings
parentf97d344f39c46b5e2f883765e8859e78007a11b0 (diff)
RegistryUtil and some fixes
Diffstat (limited to 'Source/Settings')
-rw-r--r--Source/Settings/SettingsForm.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Settings/SettingsForm.cs b/Source/Settings/SettingsForm.cs
index b87ac5c..59edf22 100644
--- a/Source/Settings/SettingsForm.cs
+++ b/Source/Settings/SettingsForm.cs
@@ -15,13 +15,6 @@ namespace RehauSku.Settings
public SettingsForm()
{
InitializeComponent();
-
- FormClosing += (sender, eventArgs) =>
- {
- MessageBox.Show("ok");
- };
-
-
}
private void button1_Click(object sender, EventArgs e)