Exemplo n.º 1
0
 protected override void OnKeyDown(KeyEventArgs e)
 {
     base.OnKeyDown(e);
     Controller.HandleKeyPress(e.KeyCode);
 }