Exemple #1
0
 public GlobalThreeHotKey(UIElement source, RoutedUICommand command, KeyPartTwo keyPart)
 {
     _source  = source;
     _command = command;
     _keyPart = keyPart;
 }
Exemple #2
0
 public static void AddHotKey(KeyPartTwo key, GlobalThreeHotKey value)
 {
     ThreeHotKeys.Add(key, value);
 }