Inheritance: CompositeWpfDemo.Infrastructure.Startup.CaliburnBootstrapper
コード例 #1
0
ファイル: App.xaml.cs プロジェクト: pwlodek/CodeGallery
 public App()
 {
     var bootstrapper = new Bootstrapper(this);
     bootstrapper.Run();
 }
コード例 #2
0
        public App()
        {
            var bootstrapper = new Bootstrapper(this);

            bootstrapper.Run();
        }