how could the text value of a control be used in an if statment like
if (button1.text = "Start")
{
button1.text = "Stop";
}
else
{
button1.text = "Start";
}
how could the text value of a control be used in an if statment like
if (button1.text = "Start")
{
button1.text = "Stop";
}
else
{
button1.text = "Start";
}