This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
ButcherFactorySolution
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
弹出框自动消失间隔缩小
master
yibo
6 years ago
parent
9b0cd86e6d
commit
f6fba9696b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ButcherFactory.Form/Controls/InfoBox.cs
+ 1
- 1
ButcherFactory.Form/Controls/InfoBox.cs
View File
@ -26,7 +26,7 @@ namespace ButcherFactory.Controls
{
sec
=
second
;
timer
=
new
System
.
Timers
.
Timer
(
)
;
timer
.
Interval
=
1
0
0
0
;
timer
.
Interval
=
5
0
0
;
timer
.
Elapsed
+
=
timer_Elapsed
;
timer
.
Start
(
)
;
}
Write
Preview
Loading…
Cancel
Save