This commit is contained in:
ldw
2025-09-26 19:44:13 +08:00
parent 0efdb118b6
commit 66df37b139
+1 -1
View File
@@ -132,7 +132,7 @@ namespace JinYuan.ControlCenters
DicStationFunction = new Dictionary<string, dgStationFunction>(); DicStationFunction = new Dictionary<string, dgStationFunction>();
DicStationFunction.Add("电芯进站", FeedingStation); DicStationFunction.Add("电芯进站", FeedingStation);
DicStationFunction.Add("NG出站", NGStation); // DicStationFunction.Add("NG出站", NGStation);
DicStationFunction.Add("电芯出站", BlankingStation); DicStationFunction.Add("电芯出站", BlankingStation);
for (int i = 0; i < CommonMethods.ChatLineCount; i++) for (int i = 0; i < CommonMethods.ChatLineCount; i++)