diff --git a/App.xaml.cs b/App.xaml.cs index 1987543..d383d04 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -20,7 +20,7 @@ namespace NetDocsForLLM private void ConfigureServices(ServiceCollection services) { // Register services - services.AddSingleton(); // <- Cambio aquí + services.AddSingleton(); // Usar el generador XML services.AddSingleton(); services.AddSingleton(); diff --git a/MainWindow.xaml b/MainWindow.xaml index 851aa74..d275896 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -162,21 +162,16 @@