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