RunStartupConfiguration() private method

private RunStartupConfiguration ( ) : Bootstrapper
return Bootstrapper
Example #1
0
 public static Bootstrapper CreateBootstrapper()
 {
     var bootstrapper = new Bootstrapper();
     return bootstrapper.RunStartupConfiguration();
 }