Beispiel #1
0
 private void OnHotKeyPressed()
 {
     Show();
     Activate();
     CommandTb.Focus();
 }
Beispiel #2
0
 private void OnHotKeyPressed()
 {
     this.Show();
     this.Activate();
     CommandTb.Focus();
 }