Commit f59b005c by 陶然

优化

parent 8432f570
......@@ -461,7 +461,7 @@ namespace Kivii.Client.SamplePackages
private void reader_Connected(object sender, ConnectionChangedEventArgs e)
{
//在这启动定时器
_tmr = new System.Timers.Timer(500);
_tmr = new System.Timers.Timer(1500);
_tmr.Elapsed += new System.Timers.ElapsedEventHandler(tmr_Elapsed);
_tmr.Start();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment