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>
|
/// <summary>
|
||||||
/// IoC container. This is created after ConfigureIoC has been run.
|
/// IoC container. This is created after ConfigureIoC has been run.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected IContainer Container;
|
protected IContainer Container { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Overridden from BootstrapperBase, this sets up the IoC container
|
/// Overridden from BootstrapperBase, this sets up the IoC container
|
||||||
|
|
Loading…
Reference in New Issue