Esempio n. 1
0
 private static void UnRegisterHotKeyInternal(IntPtr hwnd, int id)
 {
     HotKeyInteropMethods.UnregisterHotKey(_hwnd, id);
 }
Esempio n. 2
0
 private static void RegisterHotKeyInternal(IntPtr hwnd, int id, uint modifiers, uint key)
 {
     HotKeyInteropMethods.RegisterHotKey(hwnd, id, modifiers, key);
 }