Implemented opening/saving themes
This commit is contained in:
@@ -10,11 +10,6 @@ namespace Filtration.WindsorInstallers
|
||||
{
|
||||
public void Install(IWindsorContainer container, IConfigurationStore store)
|
||||
{
|
||||
container.Register(
|
||||
Component.For<IFileSystemService>()
|
||||
.ImplementedBy<FileSystemService>()
|
||||
.LifeStyle.Singleton);
|
||||
|
||||
container.Register(
|
||||
Component.For<IItemFilterPersistenceService>()
|
||||
.ImplementedBy<ItemFilterPersistenceService>()
|
||||
|
||||
@@ -60,8 +60,7 @@ namespace Filtration.WindsorInstallers
|
||||
Component.For<ISettingsWindowViewModel>()
|
||||
.ImplementedBy<SettingsWindowViewModel>()
|
||||
.LifeStyle.Transient);
|
||||
|
||||
container.AddFacility<TypedFactoryFacility>();
|
||||
|
||||
container.Register(
|
||||
Component.For<IItemFilterBlockViewModelFactory>().AsFactory());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user