diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-22 17:07:37 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-22 17:07:37 +0300 |
commit | ce5597d042062c820288c63b4e571ee77ac23ab0 (patch) | |
tree | 9400511fce89ae4b6d4df205b605f560778dcb57 /Source/Settings | |
parent | f97d344f39c46b5e2f883765e8859e78007a11b0 (diff) |
RegistryUtil and some fixes
Diffstat (limited to 'Source/Settings')
-rw-r--r-- | Source/Settings/SettingsForm.cs | 7 |
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) |