Inheritance: Prism.Unity.UnityBootstrapper
Ejemplo n.º 1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();

            bootstrapper.Run();
        }
Ejemplo n.º 2
0
 private static void Application_Startup(object sender, StartupEventArgs e)
 {
     QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();
     bootstrapper.Run(true);
 }
Ejemplo n.º 3
0
 protected override void OnStartup(StartupEventArgs e)
 {
     QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();
     bootstrapper.Run();
 }
Ejemplo n.º 4
0
        private static void Application_Startup(object sender, StartupEventArgs e)
        {
            QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();

            bootstrapper.Run(true);
        }