コード例 #1
0
 private static void OnApplicationStart()
 {
     _boostrapper = new CrowHostBootstrapper();
     _boostrapper.Start();
 }
コード例 #2
0
ファイル: HostingTests.cs プロジェクト: msusur/Crowfx
 public void Initialize()
 {
     Bootstrappers.Bootstrapper bootstrapper = new Bootstrappers.Bootstrapper();
     bootstrapper.Start(this.GetType().Assembly, typeof(CrowHost).Assembly);
 }