From 37c3530ff358dbb510038533c889aa9368da7a83 Mon Sep 17 00:00:00 2001 From: Claudinei Cecilio Date: Mon, 30 Sep 2024 13:59:54 -0300 Subject: [PATCH 1/3] =?UTF-8?q?add:Incluido=20bot=C3=B5es=20na=20tela=20de?= =?UTF-8?q?=20testes=20e=20estrutura=20para=20recep=C3=A7=C3=A3o=20de=20ev?= =?UTF-8?q?ento=20de=20concilia=C3=A7=C3=A3o=20financeira;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NFe.AppTeste/MainWindow.xaml | 8 +- NFe.AppTeste/MainWindow.xaml.cs | 120 ++++++++++++++++++ NFe.AppTeste/NFe.AppTeste.csproj | 12 +- NFe.Classes/Servicos/Evento/detEvento.cs | 14 ++ NFe.Classes/Servicos/Evento/detPagEvento.cs | 101 +++++++++++++++ .../Servicos/Tipos/NFeServicosTipos.cs | 24 ++++ NFe.Servicos/ServicosNFe.cs | 106 ++++++++++++++++ NFe.Utils/ConfiguracaoServico.cs | 16 +++ 8 files changed, 395 insertions(+), 6 deletions(-) create mode 100644 NFe.Classes/Servicos/Evento/detPagEvento.cs diff --git a/NFe.AppTeste/MainWindow.xaml b/NFe.AppTeste/MainWindow.xaml index 731680df..4c8704ab 100644 --- a/NFe.AppTeste/MainWindow.xaml +++ b/NFe.AppTeste/MainWindow.xaml @@ -904,7 +904,7 @@ - +