Ejemplo n.º 1
0
 public void RaiseKeyboardEvent(ShortcutCommandType commandType)
 {
     EventAggregator.Publish(new ShortcutEvent(commandType));
 }
Ejemplo n.º 2
0
 public ShortcutEvent(ShortcutCommandType type)
 {
     Type = type;
 }