Browse Source

Update mainWindow name

pull/5/head
Ionite 2 years ago
parent
commit
d1049f4730
No known key found for this signature in database
  1. 6
      StabilityMatrix/App.xaml.cs

6
StabilityMatrix/App.xaml.cs

@ -44,10 +44,10 @@ namespace StabilityMatrix
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); mainWindow = new MainWindow();
m_window.Activate(); mainWindow.Activate();
} }
private Window m_window; private Window mainWindow;
} }
} }

Loading…
Cancel
Save