Update App.xaml.cs

This commit is contained in:
ClemensFischer 2025-08-19 13:14:33 +02:00
parent 4b60e7dde5
commit 0a427a90de

View file

@ -11,7 +11,7 @@ namespace SampleApplication
InitializeComponent(); InitializeComponent();
} }
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override void OnLaunched(LaunchActivatedEventArgs args)
{ {
window = new MainWindow(); window = new MainWindow();
window.Activate(); window.Activate();