コード例 #1
0
 public void InitContainer()
 {
     this.bootStrapper = new BootStrapper();
     this.bootStrapper.Run();
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: ohalay/Checklist
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     BootStrapper bootstrapper = new BootStrapper();
     bootstrapper.Run();
 }