Beispiel #1
0
 public KeyboardViewModel()
 {
     Model           = new VKeyboard();
     PressKeyCommand = new DelegateCommand <VKey>(OnKeyPress);
 }
Beispiel #2
0
 public KeyboardViewModel()
 {
     Model = new VKeyboard();
     PressKeyCommand = new DelegateCommand<VKey>(OnKeyPress);
 }