Skip to content

Commit

Permalink
Merge branch 'main' into release/2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Feb 8, 2023
2 parents 3f5a9fd + 469016a commit 19215cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DesktopUI2/DesktopUI2/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ public override void OnFrameworkInitializationCompleted()

if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{
desktop.MainWindow = new MappingsWindow
{
DataContext = new MappingsViewModel(),
};

//desktop.MainWindow = new MainWindow
//desktop.MainWindow = new MappingsWindow
//{
// DataContext = new MainViewModel(),
// DataContext = new MappingsViewModel(),
//};

desktop.MainWindow = new MainWindow
{
DataContext = new MainViewModel(),
};

//desktop.MainWindow = new Scheduler
//{
// DataContext = new SchedulerViewModel(),
Expand Down

0 comments on commit 19215cb

Please sign in to comment.