C# 클래스 SampleUwpApp.App

Provides application-specific behavior to supplement the default Application class.
상속: Application
파일 보기 프로젝트 열기: cjj19970505/WebGpuRTSamples

공개 메소드들

메소드 설명
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().

메소드 상세

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().
public App ( ) : System
리턴 System