Browse Source

弹出框自动消失间隔缩小

master
yibo 6 years ago
parent
commit
f6fba9696b
1 changed files with 1 additions and 1 deletions
  1. +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 = 1000;
timer.Interval = 500;
timer.Elapsed += timer_Elapsed;
timer.Start();
}


Loading…
Cancel
Save