Наследование: Prism.Unity.UnityBootstrapper
Пример #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();

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

            bootstrapper.Run(true);
        }