Exemplo n.º 1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     baseballSimulator.PlayBall();
 }
Exemplo n.º 2
0
 private void startTheGame_Click(object sender, RoutedEventArgs e)
 {
     baseBallSimulator.PlayBall();
 }