Exemple #1
0
 private void GetScoreUs()
 {
     this._currentScoreForTeam = ScoreForTeam.Us;
     this.OnScoreRequested();
 }
Exemple #2
0
 private void GetScoreThem()
 {
     this._currentScoreForTeam = ScoreForTeam.Them;
     this.OnScoreRequested();
 }