private void ClearButton_Click(object sender, EventArgs e) { DisruptTask = true; Graphics3D.Clear(GraphicsBox.BackColor); }