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();