private void DrawHeadsUpDisplay(Graphics graphics)
 {
     _gameScoreKeeper.Draw(graphics);
 }
示例#2
0
 private void DrawHeadsUpDisplay(CanvasDrawingSession graphics)
 {
     _gameScoreKeeper.Draw(graphics);
 }