コード例 #1
0
 private void Form1_Paint(object sender, PaintEventArgs e)
 {
     gameController.DrawObjects(e.Graphics);
 }