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