Skip to content

[CODE] Change how program knows if it is currently running #99

Description

@Rllyyy

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

code changeCode is wrong or could be improved

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions