Esempio n. 1
0
 private void m_btAssistente_Click(object sender, System.EventArgs e)
 {
     this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
     mdlCriacaoDocumentos.Assistentes.clsAssistente cls_Assistente = new mdlCriacaoDocumentos.Assistentes.clsAssistenteSaque(ref m_cls_ter_tratadorErro, ref m_cls_dba_ConnectionDB, m_strEnderecoExecutavel, m_nIdExportador, m_strIdCodigo);
     if (cls_Assistente.ShowDialog())
     {
         bMostrarRelatorio();
     }
     this.Cursor = System.Windows.Forms.Cursors.Default;
 }
Esempio n. 2
0
 private void m_btAssistenteSaque_Click(object sender, System.EventArgs e)
 {
     CreateDataBase();
     mdlCriacaoDocumentos.Assistentes.clsAssistente obj = new mdlCriacaoDocumentos.Assistentes.clsAssistenteSaque(ref m_cls_tre_tratadorErro, ref m_cls_dba_ConnectionBD, m_txtPath.Text, Int32.Parse(m_tbIdExportador.Text), m_txtIdPe.Text);
     obj.ShowDialog();
 }