C# Class Core2D.Wpf.App

Encapsulates an WPF application.
Inheritance: System.Windows.Application
Afficher le fichier Open project: Core2D/Core2D

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Raises the Application.Startup event.

Private Methods

Méthode Description
Start ( IServiceProvider serviceProvider ) : void

Initialize application context and displays main window.

Method Details

OnStartup() protected méthode

Raises the Application.Startup event.
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs A that contains the event data.
Résultat void