Skip to content

Commit

Permalink
fix: Removed unecesery code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorixon committed Sep 3, 2023
1 parent 5c85c6c commit d6a68c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/GIMI-ModManager.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>()
Expand Down

0 comments on commit d6a68c4

Please sign in to comment.