C# Class Orc.LicenseManager.Client.Example.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Mostra file Open project: WildGums/Orc.LicenseManager

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs 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.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs A that contains the event data.
return void