summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r--Aktywator/MainForm.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index fb8501b..11718a7 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -552,5 +552,10 @@ namespace Aktywator
bws.loadSettings();
}
+ private void checkBox1_CheckedChanged(object sender, EventArgs e)
+ {
+ namesTimer.Enabled = checkBox1.Checked;
+ }
+
}
}