private void m_btAssistente_Click(object sender, System.EventArgs e) { this.Cursor = System.Windows.Forms.Cursors.WaitCursor; mdlCriacaoDocumentos.Assistentes.clsAssistente obj = new mdlCriacaoDocumentos.Assistentes.clsAssistenteBordero(ref m_cls_ter_tratadorErro, ref m_cls_dba_ConnectionDB, m_strEnderecoExecutavel, m_nIdExportador, m_strIdCodigo); if (obj.ShowDialog()) { vCarregaIdBancoExportadorFaturaComercial(); vModificaRegistroCasoNecessario(); vRefreshBancoAtual(); if (m_bSecundario) { m_nTipoRelatorio = 24; } else { m_nTipoRelatorio = 12; } bMostrarRelatorio(); } this.Cursor = System.Windows.Forms.Cursors.Default; }
private void m_btAssistenteBordero_Click(object sender, System.EventArgs e) { CreateDataBase(); mdlCriacaoDocumentos.Assistentes.clsAssistente obj = new mdlCriacaoDocumentos.Assistentes.clsAssistenteBordero(ref m_cls_tre_tratadorErro, ref m_cls_dba_ConnectionBD, m_txtPath.Text, Int32.Parse(m_tbIdExportador.Text), m_txtIdPe.Text); obj.ShowDialog(); }