Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 9f0e9cc

Browse files
committed
Misc
1 parent 815b6fe commit 9f0e9cc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Samples.MauiApp1/Platforms/Windows/App.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ namespace Samples.MauiApp1.WinUI
1010
/// </summary>
1111
public partial class App : MauiWinUIApplication, MauiProgram.IPlatformApplication
1212
{
13-
readonly Action<IServiceCollection>? configureServices;
14-
1513
/// <summary>
1614
/// Initializes the singleton application object. This is the first line of authored code
1715
/// executed, and as such is the logical equivalent of main() or WinMain().

Samples.WinUI3App1/App.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ namespace Samples.WinUI3App1
2828
/// </summary>
2929
public partial class App : Application
3030
{
31-
readonly Action<IServiceCollection>? configureServices;
3231
IServiceProvider? services;
3332

3433
public IServiceProvider Services => services ?? throw new ArgumentNullException(nameof(services));

0 commit comments

Comments
 (0)