private void LPCDisp_open(object sender, EventArgs e) { try { m_form = this; m_WinUsbDevice = new WinUsbDevice(); InitVideoTimer(); } catch (Exception ex) { throw ex; } }