C# Class Catel.LogAnalyzer.App

Interaction logic for App.xaml.
Show file Open project: Catel/Catel.LogAnalyzer

Protected Methods

Method Description
OnStartup ( System e ) : void

Raises the E:System.Windows.Application.Startup event.

Method Details

OnStartup() protected method

Raises the E:System.Windows.Application.Startup event.
protected OnStartup ( System e ) : void
e System A that contains the event data.
return void