예제 #1
0
        public DeviceInterface(Interface r_clsInterface, CONTROL_ITEM r_dlgControlItem)
        {
            InitializeComponent();

            m_clsInterface   = r_clsInterface;
            m_dlgControlItem = r_dlgControlItem;
        }
예제 #2
0
        public DeviceInterface( Interface r_clsInterface, CONTROL_ITEM r_dlgControlItem)
        {
            InitializeComponent();

            m_clsInterface   = r_clsInterface;
            m_dlgControlItem = r_dlgControlItem;
        }
예제 #3
0
        public UpdateFW()
        {
            InitializeComponent();

            //Delegate
            dlgControlItem = new CONTROL_ITEM(ControlItem);

            //Register HID Event for receiving DBT_DEVICE_ARRIVAL and DBT_DEVICE_REMOVE_COMPLETE event puring PNP
            m_clsRegHidEvent.RegisterHidEvent(this.Handle);
        }
예제 #4
0
        public UpdateFW()
        {
            InitializeComponent();

            //Delegate
            dlgControlItem    = new CONTROL_ITEM(ControlItem);

            //Register HID Event for receiving DBT_DEVICE_ARRIVAL and DBT_DEVICE_REMOVE_COMPLETE event puring PNP
            m_clsRegHidEvent.RegisterHidEvent(this.Handle);
        }