You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a StatusBar in MainWindow.xaml to show elapsed time for operations.
- Introduced a Stopwatch in MainWindow.xaml.cs to measure operation time.
- Updated imports, adding System.Diagnostics and removing System.Threading.
- Simplified comments for BtnTestXpath_Click and PublishDataGrid.
- Modified BtnTestXpath_Click to clear and display elapsed time post-operation.
- Refactored PublishDataGrid to async, improving UI responsiveness.
0 commit comments