public HotKeyAlreadyRegisteredException(string message, HotKey hotKey, Exception inner) : base(message, inner) { HotKey = hotKey; }
public HotKeyEventArgs(HotKey hotKey) { HotKey = hotKey; }