Example #1
0
 private void m_btREsEspelhosRepo_Click(object sender, System.EventArgs e)
 {
     CreateDataBase();
     mdlRE.clsREEspelho obj = new mdlRE.clsREEspelho(m_txtPath.Text + "\\DiretoryDataBaseFiles", m_txtPath.Text);
     obj.ShowDialog();
 }
Example #2
0
 private void m_btREsEspelhos_Click(object sender, System.EventArgs e)
 {
     CreateDataBase();
     mdlRE.clsREEspelho obj = new mdlRE.clsREEspelho(m_cls_dba_ConnectionBD, m_txtPath.Text, Int32.Parse(m_txtIdExportador.Text));
     obj.ShowDialog();
 }