Exemple #1
0
 public IHotkeyCollection Remove(Hotkey hotkey)
 {
     collection.Remove(hotkey);
     return(this);
 }
Exemple #2
0
 public IHotkeyCollection Add(Hotkey hotkey, Action <Hotkey> handler)
 {
     collection.Add(hotkey, handler);
     return(this);
 }