Example #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;
 }
Example #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;
 }