Example #1
0
 protected override void OnHotKeyPress()
 {
     if (MessageBox.Show("Disconnect and close Application?  Note that you can continue running Kaillera in your system tray.", "Disconnect?", MessageBoxButton.YesNo, MessageBoxImage.Warning) == MessageBoxResult.Yes)
     {
         KailleraWindowController.getMgr().shutDown();
     }
 }
Example #2
0
 protected override void OnHotKeyPress()
 {
     KailleraWindowController.getMgr().toggleMinimize();
 }
Example #3
0
 protected override void OnHotKeyPress()
 {
     KailleraWindowController.getMgr().showServerChatWindow();
 }