master
Simon G 5 years ago
parent 18470554cf
commit 3403780f3d
  1. 3
      Mystify/App.axaml.cs

@ -26,8 +26,9 @@ namespace Mystify
{
desktopStyleApplicationLifetime.MainWindow = new MainWindow
{
DataContext = new MainWindowViewModel(),
DataContext = new MainWindowViewModel()
};
desktopStyleApplicationLifetime.Exit += OnExit;
}

Loading…
Cancel
Save