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