diff --git a/DHSoftware/MainWindow.cs b/DHSoftware/MainWindow.cs index 5de03cd..e663783 100644 --- a/DHSoftware/MainWindow.cs +++ b/DHSoftware/MainWindow.cs @@ -1010,8 +1010,8 @@ namespace DHSoftware private void HandleStopButton() { - Cameras.Clear(); - Dectection.Clear(); + // Cameras.Clear(); + // Dectection.Clear(); // Add the code for the "停止" button click here PLC.TurnStart(false); CurrentMachine = true;