Make Bootstrapper.Container a property

This commit is contained in:
Antony Male 2015-01-07 20:22:56 +00:00
parent 234cc60933
commit c9d6fd0bb3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Stylet
/// <summary>
/// IoC container. This is created after ConfigureIoC has been run.
/// </summary>
protected IContainer Container;
protected IContainer Container { get; set; }
/// <summary>
/// Overridden from BootstrapperBase, this sets up the IoC container