Inheritance: CompositeWpfDemo.Infrastructure.Startup.CaliburnBootstrapper
Exemple #1
0
 public App()
 {
     var bootstrapper = new Bootstrapper(this);
     bootstrapper.Run();
 }
Exemple #2
0
        public App()
        {
            var bootstrapper = new Bootstrapper(this);

            bootstrapper.Run();
        }