From 6e777e9599989a964cc519d91e760bb4d44cd995 Mon Sep 17 00:00:00 2001 From: shark219 Date: Thu, 12 Jun 2025 09:40:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=AC=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cVMS.NET_CS/FMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cVMS.NET_CS/FMain.cs b/cVMS.NET_CS/FMain.cs index b7f5fba..031fded 100644 --- a/cVMS.NET_CS/FMain.cs +++ b/cVMS.NET_CS/FMain.cs @@ -2249,7 +2249,7 @@ namespace vmsnet if (PUB.indicator != null && PUB.indicator.IsOpen) { - this.lbINDI.ForeColor = Color.green; + this.lbINDI.ForeColor = Color.Green; } else if (PUB.CONFIG.indicator_port.isEmpty()) {