| | |
| | | #region Converter & Editor |
| | | public class HalconSerialNumConverter : ComboBoxItemTypeConvert |
| | | { |
| | | public override Hashtable GetConvertHash() |
| | | public override Hashtable GetConvertHash(ITypeDescriptorContext context) |
| | | { |
| | | Hashtable table = new Hashtable(); |
| | | HTuple deviceList = null; |
| | |
| | | |
| | | public class CameraDeviceConverter : ComboBoxItemTypeConvert |
| | | { |
| | | public override Hashtable GetConvertHash() |
| | | public override Hashtable GetConvertHash(ITypeDescriptorContext context) |
| | | { |
| | | Hashtable table = new Hashtable(); |
| | | using (var scope = GlobalVar.Container.BeginLifetimeScope()) |