コード例 #1
0
ファイル: Main.cs プロジェクト: richardsonvix/boletonet
 void cnab400_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e)
 {
     MessageBox.Show(e.Linha);
 }
コード例 #2
0
 void ArquivoRemessa_LinhaDeArquivoLidaCNAB400(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe as DetalheRetorno, e.Linha);
 }
コード例 #3
0
 private void ArquivoRemessa_LinhaDeArquivoLidaCNAB240(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe as DetalheRetornoCNAB240, e.Linha, e.TipoLinha);
 }
コード例 #4
0
 void ArquivoRemessa_LinhaDeArquivoLidaCNAB400(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe as DetalheRetorno, e.Linha);
 }
コード例 #5
0
 void _arquivoRemessa_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e)
 {
     OnLinhaLida(e.Detalhe, e.Linha, e.TipoLinha);
 }