diff --git a/JinYuan.ControlCenter/ControlCenter.cs b/JinYuan.ControlCenter/ControlCenter.cs index 590cc86..d5e99d7 100644 --- a/JinYuan.ControlCenter/ControlCenter.cs +++ b/JinYuan.ControlCenter/ControlCenter.cs @@ -132,7 +132,7 @@ namespace JinYuan.ControlCenters DicStationFunction = new Dictionary(); DicStationFunction.Add("电芯进站", FeedingStation); - DicStationFunction.Add("NG出站", NGStation); + // DicStationFunction.Add("NG出站", NGStation); DicStationFunction.Add("电芯出站", BlankingStation); for (int i = 0; i < CommonMethods.ChatLineCount; i++)