Esempio n. 1
0
 private void Tetris_Paint(object sender, PaintEventArgs e)
 {
     game.DrawGrid(e.Graphics);
 }