示例#1
0
 private void Form1_Paint(object sender, PaintEventArgs e)
 {
     game.draw(e.Graphics);
 }