コード例 #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
ファイル: UpdateFW.cs プロジェクト: mti-rfid/RFID_Explorer
        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);
        }