private void StartButton_Click(object sender, EventArgs e) { Ball.SetParams(10, 10, PlayPictureBox.Width / 2, PlayPictureBox.Height / 2); speedUpTimer.Start(); checkTimer.Start(); }