private static void OnApplicationStart()
 {
     _boostrapper = new CrowHostBootstrapper();
     _boostrapper.Start();
 }
Exemple #2
0
 public void Initialize()
 {
     Bootstrappers.Bootstrapper bootstrapper = new Bootstrappers.Bootstrapper();
     bootstrapper.Start(this.GetType().Assembly, typeof(CrowHost).Assembly);
 }