Exemplo n.º 1
0
 protected void GetButtonCommandHandler(GetButtonCommand cmd)
 {
     cmd.result = _inputService.GetButton(cmd.input);
 }