Ejemplo n.º 1
0
 public KeyBinding()
 {
     Gesture = new HashSet<Key>();
     Command = new KeyCommand();
 }
Ejemplo n.º 2
0
 public KeyBinding()
 {
     Gesture = new HashSet <Key>();
     Command = new KeyCommand();
 }