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