Example #1
0
 protected override void OnStartup(StartupEventArgs e)
 {
     bs.Run();
 }
Example #2
0
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     var btsr = new MyBootstrapper();
     btsr.Run();
 }