示例#1
0
 private void setHotkeyToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (keyConfig == null || !keyConfig.IsHandleCreated)
     {
         keyConfig = new Hotkey_Configuration(this);
     }
     keyConfig.ShowDialog();
     keyConfig.TopMost = true;
 }
示例#2
0
 private void setHotkeyToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (keyConfig == null || !keyConfig.IsHandleCreated)
         keyConfig = new Hotkey_Configuration(this);
     keyConfig.ShowDialog();
     keyConfig.TopMost = true;
 }