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>();