Exemple #1
0
 void currentRound_RoundOver(object sender, RoundEventArgs e)
 {
     this.UpdateGameStatus();
 }
Exemple #2
0
 void currentRound_ScoreChanged(object sender, RoundEventArgs e)
 {
     this.Score = this.previousRoundsScore + e.Round.Score;
 }
Exemple #3
0
 void round_RoundOver(object sender, RoundEventArgs e)
 {
     this.newRoundWaitCount = 0;
     this.waitForNewRound = true;
 }