领胜LDS 键盘AOI检测项目
xcd
2020-06-27 998ad559883116280541553b761221bd8d486b9e
src/Bro.Common.Model/Selector/DeviceSelector.cs
@@ -3,13 +3,14 @@
using Bro.Common.Interface;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
namespace Bro.Common.Model
{
    public class DeviceSelectorConverter<T> : ComboBoxItemTypeConvert where T : IDevice
    public class DeviceSelectorConverter<T> : ComboBoxItemTypeConvert //where T : IDevice
    {
        public override Hashtable GetConvertHash()
        public override Hashtable GetConvertHash(ITypeDescriptorContext context)
        {
            Hashtable table = new Hashtable();
            using (var scope = GlobalVar.Container.BeginLifetimeScope())