undo last change
This commit is contained in:
parent
9f325848b2
commit
6a79e54df7
@ -428,13 +428,13 @@ namespace OverlayFormObj
|
||||
await Task.Delay(5000);
|
||||
|
||||
//// 閃爍三下
|
||||
//for (int i = 0; i < 3; i++)
|
||||
//{
|
||||
// lblBarrage.Visible = false;
|
||||
// await Task.Delay(300);
|
||||
// lblBarrage.Visible = true;
|
||||
// await Task.Delay(300);
|
||||
//}
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
lblBarrage.Visible = false;
|
||||
await Task.Delay(300);
|
||||
lblBarrage.Visible = true;
|
||||
await Task.Delay(300);
|
||||
}
|
||||
this.Controls.Remove(lblBarrage);
|
||||
lblBarrage.Dispose();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user