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