mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update App.xaml.cs
This commit is contained in:
parent
4b60e7dde5
commit
0a427a90de
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue