using System.Windows;
namespace NetDocsForLLM
{
public partial class MainWindow : Window
public MainWindow()
InitializeComponent();
}