Exemple #1
0
 public HotKeyAlreadyRegisteredException(string message, HotKey hotKey, Exception inner) : base(message, inner)
 {
     HotKey = hotKey;
 }
Exemple #2
0
 public HotKeyEventArgs(HotKey hotKey)
 {
     HotKey = hotKey;
 }