diff --git a/App/App.xaml.cs b/App/App.xaml.cs index f81f2d0..ef9cc9a 100644 --- a/App/App.xaml.cs +++ b/App/App.xaml.cs @@ -1,4 +1,5 @@ using System.Windows; +using Dialogs; using ModernWpf; using ModernWpfPlayground.Types; using Prism.Ioc; @@ -22,6 +23,7 @@ namespace ModernWpfPlayground { containerRegistry.Register(); containerRegistry.Register(); + containerRegistry.RegisterDialog(); } protected override Window CreateShell() diff --git a/App/MainWindow.xaml b/App/MainWindow.xaml index c67964a..99cb6e0 100644 --- a/App/MainWindow.xaml +++ b/App/MainWindow.xaml @@ -242,6 +242,7 @@ HorizontalAlignment="Stretch" Command="{Binding SaveViewModelCommand}" Content="Save" /> +