From eff39fab10e5285f0d1196037f3a237a676346d2 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期四, 09 七月 2020 10:17:26 +0800 Subject: [PATCH] IImageSet添加图片信息序列化输出 操作配置添加输出信息序列化输出 添加激光扫描参数模型 修改CollectionHImage方法,输出IImageSet --- src/Bro.Process/ProcessConfig.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Bro.Process/ProcessConfig.cs b/src/Bro.Process/ProcessConfig.cs index ff3918d..1dc98f4 100644 --- a/src/Bro.Process/ProcessConfig.cs +++ b/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() -- Gitblit v1.8.0