C# Class SampleUwpApp.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Application
Afficher le fichier Open project: cjj19970505/WebGpuRTSamples

Méthodes publiques

Méthode 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 méthode

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
Résultat System