Beispiel #1
0
 private void Form1_Paint(object sender, PaintEventArgs e)
 {
     _SnakeGame.Draw(e.Graphics);
 }