Change the following mess found all over form1
if(labelRunning.text == "Running . . .")
{
this.button1.Text = "Stop";
this.textBoxInterval.Enabled = false;
this.buttonClear.Enabled = false;
}
or this
if(button1.text == "Start")
to something way simpler
Change the following mess found all over form1
or this
to something way simpler