mirror of https://github.com/AMT-Cheif/Stylet.git
Remove unnecessary Bootstrapper constructor
This commit is contained in:
parent
83557fa29b
commit
254e2f8a9b
|
@ -10,11 +10,6 @@ namespace Stylet
|
|||
/// <typeparam name="TRootViewModel">Type of the root ViewModel. This will be instantiated and displayed</typeparam>
|
||||
public class Bootstrapper<TRootViewModel> : BootstrapperBase<TRootViewModel> where TRootViewModel : class
|
||||
{
|
||||
/// <summary>
|
||||
/// Create a new Bootstrapper
|
||||
/// </summary>
|
||||
public Bootstrapper() : base() { }
|
||||
|
||||
/// <summary>
|
||||
/// IoC container. This is created after ConfigureIoC has been run.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue