Пример #1
0
 protected bool Equals(Hotkey other)
 {
     return(Key == other.Key && Modifiers == other.Modifiers);
 }
Пример #2
0
 public HotkeyPair(HotkeyType type = HotkeyType.ExpandDown, Hotkey hotkey = null)
 {
     Type   = type;
     Hotkey = hotkey;
 }