C3032
3 天以前 ebcc1d53f14112363bbf539bcaf0202aadcdc9d7
LB_SmartVision/GlobalVar.cs
@@ -88,6 +88,13 @@
        #endregion
        #region 读码器
        public static ConcurrentDictionary<string, string> allBarcodeReadersConnectionString = new ConcurrentDictionary<string, string>();
        public static string allBarcodeReadersConnectionStringPath
            => GlobalVar.strApplicationPath + "\\所有产品\\" + GlobalVar.strProductName + "\\A_BarcodeReaderConnections.json";
        #endregion
        #region 流程
        public static Dictionary<string, object> ControlStates { get; set; } = new Dictionary<string, object>();