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

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

            bootstrapper.Run(true);
        }