From 8de25775f7bea896c8c91c445cad55ea7330699b Mon Sep 17 00:00:00 2001 From: T001084 Date: Mon, 3 Feb 2025 16:40:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?CheckPoint=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DDUtilityApp/LOGPARSER/FrmEqSelector.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs index 62df6bd..f5d7887 100644 --- a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs +++ b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs @@ -646,6 +646,9 @@ namespace DDUtilityApp.LOGPARSER #region [ Method ] ---------------------------------------------------- + /// + /// [CheckPoint] EIS AP-Server 로그파일 접속정보 설정 + /// private void SetLogServer() { this.cboxServer.Items.Clear(); From 929eeeefb7298c48dc4c4c116c40be3b39dd9e9f Mon Sep 17 00:00:00 2001 From: T001084 Date: Fri, 28 Feb 2025 08:42:56 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"CheckPoint=20=EC=B6=94=EA=B0=80"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8de25775f7bea896c8c91c445cad55ea7330699b. --- DDUtilityApp/LOGPARSER/FrmEqSelector.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs index f5d7887..62df6bd 100644 --- a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs +++ b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs @@ -646,9 +646,6 @@ namespace DDUtilityApp.LOGPARSER #region [ Method ] ---------------------------------------------------- - /// - /// [CheckPoint] EIS AP-Server 로그파일 접속정보 설정 - /// private void SetLogServer() { this.cboxServer.Items.Clear();