Catel.LogAnalyzer.App.OnStartup C# (CSharp) Méthode

OnStartup() protected méthode

Raises the E:System.Windows.Application.Startup event.
protected OnStartup ( System e ) : void
e System A that contains the event data.
Résultat void
        protected override void OnStartup(System.Windows.StartupEventArgs e)
        {
            var bootstrapper = new Bootstrapper();
            bootstrapper.RunWithSplashScreen<ProgressNotifyableViewModel>();

            base.OnStartup(e);
        }
        #endregion