From c44fb8bcffb3e1a70e3d4614ce926915deec32d7 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 24 Aug 2017 22:38:36 +0200 Subject: Ability to freeze names refreshing --- Aktywator/MainForm.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Aktywator/MainForm.cs') 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; + } + } } -- cgit v1.2.3