private void DrawTheGame(Graphics g)
 {
     _currentGame.DrawTheGame(g);
 }
示例#2
0
 private void DrawTheGame(Graphics g)//                             DRAW GAME
 {
     _currentGame.DrawTheGame(g);
 }