Esempio n. 1
0
 protected override void WndProc(ref Message m)
 {
     hotkeyManager.HotkeyPressed(m.Msg);
     base.WndProc(ref m);
 }