C# Class BooksDesktopApp.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
RegisterDIContainer ( ) : void
RegisterServices ( ) : IServiceProvider

Method Details

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void