Browse Source

6

样式分支
fyf 2 years ago
parent
commit
338de893cd
1 changed files with 1 additions and 1 deletions
  1. +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(120);
}



Loading…
Cancel
Save