public KeyboardViewModel() { Model = new VKeyboard(); PressKeyCommand = new DelegateCommand <VKey>(OnKeyPress); }
public KeyboardViewModel() { Model = new VKeyboard(); PressKeyCommand = new DelegateCommand<VKey>(OnKeyPress); }