void cnab400_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e) { MessageBox.Show(e.Linha); }
void ArquivoRemessa_LinhaDeArquivoLidaCNAB400(object sender, LinhaDeArquivoLidaArgs e) { OnLinhaLida(e.Detalhe as DetalheRetorno, e.Linha); }
private void ArquivoRemessa_LinhaDeArquivoLidaCNAB240(object sender, LinhaDeArquivoLidaArgs e) { OnLinhaLida(e.Detalhe as DetalheRetornoCNAB240, e.Linha, e.TipoLinha); }
void _arquivoRemessa_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e) { OnLinhaLida(e.Detalhe, e.Linha, e.TipoLinha); }