public void InitContainer()
 {
     this.bootStrapper = new BootStrapper();
     this.bootStrapper.Run();
 }
Example #2
0
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     BootStrapper bootstrapper = new BootStrapper();
     bootstrapper.Run();
 }