Update FormDownloadFile.cs
This commit is contained in:
parent
c6faa75c8f
commit
5345953629
@ -40,8 +40,6 @@ namespace Server.Forms
|
||||
labelsize.Text = "Downloaded";
|
||||
labelsize.ForeColor = Color.Green;
|
||||
timer1.Stop();
|
||||
await Task.Delay(1500);
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -52,8 +50,6 @@ namespace Server.Forms
|
||||
labelsize.Text = "Uploaded";
|
||||
labelsize.ForeColor = Color.Green;
|
||||
timer1.Stop();
|
||||
await Task.Delay(1500);
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user