More Prism stuff

This commit is contained in:
Holger Boerchers
2018-07-31 20:58:55 +02:00
parent 9c23948f38
commit 947db44090
9 changed files with 55 additions and 34 deletions

View File

@ -10,7 +10,7 @@ namespace Example
protected override void InitializeShell()
{
(Shell as Window)?.Show();
Application.Current.MainWindow?.Show();
}
}
}