From de4e5b2eafe108d20bc0fc4f215fdda135ed04c9 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周六, 23 11月 2024 09:49:29 +0800 Subject: [PATCH] add --- CC/iWareCC_ASRS/FormCC.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CC/iWareCC_ASRS/FormCC.cs b/CC/iWareCC_ASRS/FormCC.cs index 47d2b1a..c45661a 100644 --- a/CC/iWareCC_ASRS/FormCC.cs +++ b/CC/iWareCC_ASRS/FormCC.cs @@ -301,7 +301,7 @@ } else {//姝e紡妯″紡 - rgvServiceClient = new RgvServiceClient(); + stationServiceClient = new StationServiceClient(); } this.lbl_IsSimulationPLC.BackColor = IsSimulationPLC ? Color.Red : Color.Green; -- Gitblit v1.9.3