예제 #1
0
        //컨텍스트 메뉴 단축키 설정
        private void toolStripMenuItemHotkey_Click(object sender, EventArgs e)
        {
            this.Show();
            this.ShowInTaskbar       = true;
            this.notifyIcon1.Visible = false;
            SetKeyForm setKeyForm = new SetKeyForm(processor, this);

            setKeyForm.ShowDialog(this);
        }
예제 #2
0
        private void buttonKey_Click(object sender, EventArgs e)
        {
            SetKeyForm setKeyForm = new SetKeyForm(processor, this);

            setKeyForm.ShowDialog(this);
        }