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