diff --git a/Correlator/App.config b/Correlator/App.config index 5d9536f..8c30460 100644 --- a/Correlator/App.config +++ b/Correlator/App.config @@ -3,131 +3,131 @@ -
+
- + - - + + - - + + - - + + - - + + - - + + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - + - - + + diff --git a/Correlator/App.config b/Correlator/App.config index 5d9536f..8c30460 100644 --- a/Correlator/App.config +++ b/Correlator/App.config @@ -3,131 +3,131 @@ -
+
- + - - + + - - + + - - + + - - + + - - + + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - - - - - - - + + + + + + + - + - + - + - - + + diff --git a/Correlator/ViewModel/HomePageViewModel.cs b/Correlator/ViewModel/HomePageViewModel.cs index da360cf..88aef19 100644 --- a/Correlator/ViewModel/HomePageViewModel.cs +++ b/Correlator/ViewModel/HomePageViewModel.cs @@ -803,7 +803,9 @@ SoundSpeed = "0"; InterfereValue = "未设置"; PassTime = "0"; - _runningSeconds = 0; + //复位时将波形图数据清空 + ColumnValues.Clear(); + _runningSeconds = 0; _runningTimer.Stop(); }