long candy ready to test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Ninject;
|
||||
using VisionBuilder.UI.Common.RecipeProcessing;
|
||||
using VisionBuilder.UI.Common.Services;
|
||||
using VisionBuilder.UI.Common.ViewModel.Interfaces.UI;
|
||||
using VisionBuilder.UI.Windows.Settings;
|
||||
|
||||
@@ -13,6 +14,7 @@ public static class ModuleExtensions
|
||||
self.Bind<ILoadingService>().To<WindowsLoadingService>().InSingletonScope();
|
||||
self.Bind<IRecipeSelectionDialogService>().To<WindowsRecipeSelectionDialogService>().InSingletonScope();
|
||||
self.Bind<IImagePreviewService>().To<WindowsImagePreviewService>().InSingletonScope();
|
||||
self.Bind<IPasswordInputService>().To<WindowsPasswordInputService>().InSingletonScope();
|
||||
return self;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user