Ejemplo n.º 1
0
 private void MainWindow_OnKeyDown(object sender, KeyEventArgs e)
 {
     _game.OnKeyDown(sender, e);
 }