예제 #1
0
        private void hotkeyChangeMenu_Click(object sender, EventArgs e)
        {
            hotkeyPopupForm form2 = new hotkeyPopupForm(timerInterval, currentClicks, totalClicks, clicksPerTick, this);

            form2.Show();
            toggleable = false;
        }
예제 #2
0
 private void hotkeyChangeMenu_Click(object sender, EventArgs e)
 {
     hotkeyPopupForm form2 = new hotkeyPopupForm(timerInterval, currentClicks, totalClicks, clicksPerTick, this);
     form2.Show();
     toggleable = false;
 }