Exemplo n.º 1
0
 private void hotkeyChangeMenu_Click(object sender, EventArgs e)
 {
     hotkeyPopupForm form2 = new hotkeyPopupForm(timerInterval, currentClicks, totalClicks, clicksPerTick, this);
     form2.Show();
     toggleable = false;
 }