This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPASmartClient
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
6
样式分支
fyf
2 years ago
parent
a853ae45da
commit
338de893cd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
BPASmartClient/Control/DataVView.xaml.cs
+ 1
- 1
BPASmartClient/Control/DataVView.xaml.cs
View File
@@ -44,7 +44,7 @@ namespace BPASmartClient.Control
dispatcherTimer.Stop();
}));
};
dispatcherTimer.Interval = TimeSpan.FromSeconds(20);
dispatcherTimer.Interval = TimeSpan.FromSeconds(
1
20);
}
Write
Preview
Loading…
Cancel
Save