Beispiel #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            //Running UI composition bootstrapper:
            UICompositionBootstrapper bootstrapper = new UICompositionBootstrapper();
            bootstrapper.Run();
        }
Beispiel #2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            //Running UI composition bootstrapper:
            UICompositionBootstrapper bootstrapper = new UICompositionBootstrapper();

            bootstrapper.Run();
        }