C# Class UWPHead.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Application
ファイルを表示 Open project: microsoft/AppConsult-MSIXDevWorkshop

Public Methods

Method Description
App ( )

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

Method Details

App() public method

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( )