mirror of https://github.com/AMT-Cheif/Stylet.git
Make Bootstrapper.Container a property
This commit is contained in:
parent
234cc60933
commit
c9d6fd0bb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue