예제 #1
0
 private void DrawHeadsUpDisplay(Graphics graphics)
 {
     _gameScoreKeeper.Draw(graphics);
 }
예제 #2
0
 private void DrawHeadsUpDisplay(CanvasDrawingSession graphics)
 {
     _gameScoreKeeper.Draw(graphics);
 }