Exemple #1
0
        public App()
        {
            this.Startup += this.Application_Startup;
            this.Exit += this.Application_Exit;
            this.UnhandledException += this.Application_UnhandledException;

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

            bootstrapper = new ShellBootstrapper();
            InitializeComponent();
        }
 public App()
 {
     bootstrapper = new ShellBootstrapper();
 }