Example #1
0
 public void CopyTo(HotKey hotKey)
 {
     hotKey.Key          = Key;
     hotKey.ModifierKeys = ModifierKeys;
 }