C# Class Core2D.Wpf.App

Encapsulates an WPF application.
Inheritance: System.Windows.Application
显示文件 Open project: Core2D/Core2D

Protected Methods

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

Raises the Application.Startup event.

Private Methods

Method Description
Start ( IServiceProvider serviceProvider ) : void

Initialize application context and displays main window.

Method Details

OnStartup() protected method

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