C# Class SampleUwpApp.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Application
Show file Open project: cjj19970505/WebGpuRTSamples

Public Methods

Method Description
App ( ) : System

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 ( ) : System
return System