Exemplo n.º 1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var bootstrapper = new Bootstrapper();
            bootstrapper.Start(new MainWindow());
        }
Exemplo n.º 2
0
		public App()
		{
			Bootstrapper b = new Bootstrapper();

			b.Start();
		}
Exemplo n.º 3
0
        public App()
        {
            Bootstrapper b = new Bootstrapper();

            b.Start();
        }