At.FF.Krems.FullscreenBrowser.App.OnStartup C# (CSharp) Method

OnStartup() protected method

Raises the E:System.Windows.Application.Startup event.
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs A that contains the event data.
return void
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
            Bootstrapper.GetInstance<IProcessStateLogging>().LogProcessReady();
        }