From b4569f8ccca6426e7f52516180d3ca0205fc28be Mon Sep 17 00:00:00 2001 From: TD Date: Thu, 27 Mar 2025 15:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DHSoftware/MainWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;