From 0a427a90dee6bab9d1a93e0567bf7449730d2015 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Tue, 19 Aug 2025 13:14:33 +0200 Subject: [PATCH] Update App.xaml.cs --- SampleApps/WinUiApp/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SampleApps/WinUiApp/App.xaml.cs b/SampleApps/WinUiApp/App.xaml.cs index c14b8b74..8d20973b 100644 --- a/SampleApps/WinUiApp/App.xaml.cs +++ b/SampleApps/WinUiApp/App.xaml.cs @@ -11,7 +11,7 @@ namespace SampleApplication InitializeComponent(); } - protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) + protected override void OnLaunched(LaunchActivatedEventArgs args) { window = new MainWindow(); window.Activate();