Skip to content

Commit

Permalink
fixed ninject project
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Apr 9, 2019
1 parent c95d6cf commit b5a43fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Wpf/Prism.Ninject.Wpf/Legacy/NinjectBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected virtual void ConfigureKernel()
if (this.useDefaultConfiguration)
{
this.Kernel.RegisterTypeIfMissing<IDialogService, DialogService>(true);
this.Kernel.RegisterTypeIfMissing<IDialogWindow, Services.Dialogs.DefaultDialogs.DialogWindow>(false);
this.Kernel.RegisterTypeIfMissing<IDialogWindow, DialogWindow>(false);

this.Kernel.RegisterTypeIfMissing<IServiceLocator, NinjectServiceLocatorAdapter>(true);
this.Kernel.RegisterTypeIfMissing<IModuleInitializer, ModuleInitializer>(true);
Expand Down

0 comments on commit b5a43fd

Please sign in to comment.