From b9aa625fb21102b49a8c7a5e7066fb26f62dce4e Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Fri, 6 Jun 2025 09:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=97=9C=E5=8F=B0=E5=88=9D?= =?UTF-8?q?=E5=A7=8BBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrimaryFormParts/PrimaryForm.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PrimaryFormParts/PrimaryForm.cs b/PrimaryFormParts/PrimaryForm.cs index 3446797..2ebefd8 100644 --- a/PrimaryFormParts/PrimaryForm.cs +++ b/PrimaryFormParts/PrimaryForm.cs @@ -2521,12 +2521,14 @@ namespace DualScreenDemo if (initialState.Equals("CLOSE", StringComparison.OrdinalIgnoreCase)) { + /* 將版面上的所有控制按鈕失效 foreach (Control ctrl in this.Controls) { ctrl.Enabled = false; } + */ - ShowSendOffScreen(); + ShowSendOffScreen(); } } catch (Exception ex)