Exemplo n.º 1
0
 //stisk klávesy
 private void KeyDownEvent(object sender, KeyEventArgs e)
 {
     controller.Controll("down", e);
 }