Exemplo n.º 1
0
 private void panel1_Paint(object sender, PaintEventArgs e)
 {
     e.Graphics.Clear(Color.White);
     game.Draw(e.Graphics);
 }