using System; using System.Collections.Generic; using System.Linq; using System.Resources; using System.Text; using System.Threading.Tasks; namespace ButcherFactory.SegmentProductionAuto_ { internal class Utils { public static bool mPortOpened = false; //串口状态 public static bool WFlag = true; //w1 & w2 状态显示 //配置文件位置 public static ResourceManager rm = new ResourceManager(typeof(SegmentProductionAutoForm)); //资源文件 } }