예제 #1
0
파일: Form1.cs 프로젝트: fajagama/SnakeGame
 private void Form1_Paint(object sender, PaintEventArgs e)
 {
     _SnakeGame.Draw(e.Graphics);
 }