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