diff --git a/src/GIMI-ModManager.WinUI/App.xaml.cs b/src/GIMI-ModManager.WinUI/App.xaml.cs index 2b3ce0b0..4e027751 100644 --- a/src/GIMI-ModManager.WinUI/App.xaml.cs +++ b/src/GIMI-ModManager.WinUI/App.xaml.cs @@ -21,11 +21,6 @@ namespace GIMI_ModManager.WinUI; // To learn more about WinUI 3, see https://docs.microsoft.com/windows/apps/winui/winui3/. public partial class App : Application { - // The .NET Generic Host provides dependency injection, configuration, logging, and other services. - // https://docs.microsoft.com/dotnet/core/extensions/generic-host - // https://docs.microsoft.com/dotnet/core/extensions/dependency-injection - // https://docs.microsoft.com/dotnet/core/extensions/configuration - // https://docs.microsoft.com/dotnet/core/extensions/logging public IHost Host { get; } public static T GetService()