Example #1
0
 void cnab400_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e)
 {
     MessageBox.Show(e.Linha);
 }
Example #2
0
 void ArquivoRemessa_LinhaDeArquivoLidaCNAB400(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe as DetalheRetorno, e.Linha);
 }
Example #3
0
 private void ArquivoRemessa_LinhaDeArquivoLidaCNAB240(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe as DetalheRetornoCNAB240, e.Linha, e.TipoLinha);
 }
 void ArquivoRemessa_LinhaDeArquivoLidaCNAB400(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe as DetalheRetorno, e.Linha);
 }
Example #5
0
 void _arquivoRemessa_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe, e.Linha, e.TipoLinha);
 }