Beispiel #1
0
 private void ActivatePlayer(object sender, ActivatePlayerEvent e)
 {
     _view.ActivatePlayer(e.Activate);
 }