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