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