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