Exemplo n.º 1
0
 public static bool Unregister(HotKey hotKey)
 {
     keyMap.Remove(hotKey.id);
     return(WinApi.UnregisterHotKey(handle, hotKey.id));
 }