Exemplo n.º 1
0
 public DbOperationThread(etDbOperation eOpType, TestApplet formParent, string sPath)
 {
     m_eOperationType = eOpType;
     m_formParent = formParent;
     m_sPath = sPath;
     m_Progress = m_formParent.UpdateProgressBar;
 }
Exemplo n.º 2
0
 public DbOperationThread(etDbOperation eOpType, TestApplet formParent, string sPath)
 {
     m_eOperationType = eOpType;
     m_formParent     = formParent;
     m_sPath          = sPath;
     m_Progress       = m_formParent.UpdateProgressBar;
 }