private void ScoreHasBeenGained(ScoreItemEvent e)
 {
     if (IsPlaying)
     {
         IncrementScore(e.eScore);
     }
 }
示例#2
0
 private void ScoreHasBeenGained(ScoreItemEvent e)
 {
     IncrementScore(e.eScore.Score);
 }