예제 #1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     baseballSimulator.PlayBall();
 }
예제 #2
0
 private void startTheGame_Click(object sender, RoutedEventArgs e)
 {
     baseBallSimulator.PlayBall();
 }