示例#1
0
 /// <summary>
 /// Calls Dispose: Unregisters the hotkey
 /// </summary>
 /// <param name="h">The Hotkey</param>
 public static void UnRegister(Hotkey h)
 {
     h.Dispose();
 }