diff --git a/App.xaml.cs b/App.xaml.cs index d383d04..28aac9b 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -19,8 +19,8 @@ namespace NetDocsForLLM private void ConfigureServices(ServiceCollection services) { - // Register services - services.AddSingleton(); // Usar el generador XML + // Registramos el XmlDocGenerator sin dependencia de LogService + services.AddSingleton(); services.AddSingleton(); services.AddSingleton(); diff --git a/MainWindow.xaml b/MainWindow.xaml index d275896..77132cd 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,37 +1,29 @@ - - + mc:Ignorable="d" Title="NetDocs para LLMs" Height="650" Width="800"> + - - - + + + - + + Foreground="#ecf0f1" FontSize="12" HorizontalAlignment="Center" Margin="0,5,0,0" /> @@ -40,54 +32,40 @@ - - - - + + + + -