领胜LDS 键盘AOI检测项目
wells.liu
2020-07-09 2ac92737a42c2b05e88b48ff5d10d7e577982848
src/Bro.Process/ProcessConfig.cs
@@ -66,7 +66,7 @@
        [Description("默认操作配置集合")]
        [DisplayName("默认操作配置")]
        [TypeConverter(typeof(CollectionCountConvert))]
        [Editor(typeof(ComplexCollectionEditor<SimpleMonitorSet>), typeof(UITypeEditor))]
        [Editor(typeof(ComplexCollectionEditor<MonitorSetBase>), typeof(UITypeEditor))]
        public List<IMonitorSet> MonitorSetCollection { get; set; } = new List<IMonitorSet>();
        public virtual List<IInitialConfig> GetAllDeviceInitialConfigs()
@@ -75,6 +75,7 @@
            configs.AddRange(CameraConfigCollection);
            configs.AddRange(PLCConfigCollection);
            configs.AddRange(DeviceConfigs);
            return configs;
        }