private void timer1_Tick(object sender, EventArgs e) { label1.Text = "Очки: \n" + tetrisGame.getScore(); tetrisGame.Update(); pictureBox1.Refresh(); }