Exemplo n.º 1
0
        public App()
        {
            this.Startup += this.Application_Startup;
            this.Exit += this.Application_Exit;
            this.UnhandledException += this.Application_UnhandledException;

            bootstrapper = new ShellBootstrapper();
            InitializeComponent();
        }
Exemplo n.º 2
0
        public App()
        {
            this.Startup            += this.Application_Startup;
            this.Exit               += this.Application_Exit;
            this.UnhandledException += this.Application_UnhandledException;

            bootstrapper = new ShellBootstrapper();
            InitializeComponent();
        }
Exemplo n.º 3
0
 public App()
 {
     bootstrapper = new ShellBootstrapper();
 }