oops
This commit is contained in:
parent
531c6e9536
commit
e46a50b8f1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace networkPaint
|
||||||
|
|
||||||
private void MainForm_Load(object sender, EventArgs e)
|
private void MainForm_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (client.DownloadString(urlTextBox.Text + "/valid.txt").Trim() != "networkPaint") timer.Start();
|
if (client.DownloadString(urlTextBox.Text + "/valid.txt").Trim() == "networkPaint") timer.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void timer_Tick(object sender, EventArgs e)
|
private void timer_Tick(object sender, EventArgs e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue