Implemented AvalonDock, added BlockGroupBrowser
This commit is contained in:
@@ -30,11 +30,21 @@ namespace Filtration.WindsorInstallers
|
||||
.ImplementedBy<ReplaceColorsViewModel>()
|
||||
.LifeStyle.Singleton);
|
||||
|
||||
container.Register(
|
||||
Component.For<IStartPageViewModel>()
|
||||
.ImplementedBy<StartPageViewModel>()
|
||||
.LifeStyle.Singleton);
|
||||
|
||||
container.Register(
|
||||
Component.For<ISectionBrowserViewModel>()
|
||||
.ImplementedBy<SectionBrowserViewModel>()
|
||||
.LifeStyle.Singleton);
|
||||
|
||||
container.Register(
|
||||
Component.For<IBlockGroupBrowserViewModel>()
|
||||
.ImplementedBy<BlockGroupBrowserViewModel>()
|
||||
.LifeStyle.Singleton);
|
||||
|
||||
container.AddFacility<TypedFactoryFacility>();
|
||||
container.Register(
|
||||
Component.For<IItemFilterBlockViewModelFactory>().AsFactory());
|
||||
|
||||
Reference in New Issue
Block a user