Пример #1
0
 void cnab400_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e)
 {
     MessageBox.Show(e.Linha);
 }
Пример #2
0
        private void Retorno_LinhaDeArquivoLida(object sender, LinhaDeArquivoLidaArgs e)
        {
            var titulo = (DetalheRetorno)e.Detalhe;

            detalheRetorno.Add(titulo);
        }