Skip to content

Commit

Permalink
Second Commit
Browse files Browse the repository at this point in the history
Fixed cancel button
  • Loading branch information
mohitgangwani authored Nov 17, 2020
1 parent 69e1a31 commit 672723e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ConnectivityChecker/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ private void button1_Click(object sender, EventArgs e)
{
backgroundWorker1.RunWorkerAsync();
}
//if(IsConnectivity == true)
// {
// label4.Text = DateTime.Now.ToString();
// }

}

private void button2_Click(object sender, EventArgs e)
Expand All @@ -105,6 +100,8 @@ private void button2_Click(object sender, EventArgs e)
{
backgroundWorker1.CancelAsync();
}
label3.Text = null;
label4.Text = null;

}
}
Expand Down
Binary file modified ConnectivityChecker/bin/Debug/ConnectivityChecker.exe
Binary file not shown.
Binary file modified ConnectivityChecker/bin/Debug/ConnectivityChecker.pdb
Binary file not shown.
Binary file not shown.
Binary file modified ConnectivityChecker/obj/Debug/ConnectivityChecker.exe
Binary file not shown.
Binary file modified ConnectivityChecker/obj/Debug/ConnectivityChecker.pdb
Binary file not shown.

0 comments on commit 672723e

Please sign in to comment.