Catel.LogAnalyzer.App.OnStartup C# (CSharp) Метод

OnStartup() защищенный Метод

Raises the E:System.Windows.Application.Startup event.
protected OnStartup ( System e ) : void
e System A that contains the event data.
Результат void
        protected override void OnStartup(System.Windows.StartupEventArgs e)
        {
            var bootstrapper = new Bootstrapper();
            bootstrapper.RunWithSplashScreen<ProgressNotifyableViewModel>();

            base.OnStartup(e);
        }
        #endregion