コード例 #1
0
ファイル: Form1.cs プロジェクト: lukethomas1/Autoclicker
 private void hotkeyChangeMenu_Click(object sender, EventArgs e)
 {
     hotkeyPopupForm form2 = new hotkeyPopupForm(timerInterval, currentClicks, totalClicks, clicksPerTick, this);
     form2.Show();
     toggleable = false;
 }