Remove unnecessary Bootstrapper constructor

This commit is contained in:
Antony Male 2014-11-30 13:53:31 +00:00
parent 83557fa29b
commit 254e2f8a9b
1 changed files with 0 additions and 5 deletions

View File

@ -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>