Example #1
0
 protected override void DrawLogo()
 {
     ScorePrinter.PrintScore(Score, 4);
 }
 public TennisScorer()
 {
     _scorePrinter = new ScorePrinter();
 }