C# 클래스 App, LiveCharts2

Interaction logic for App.xaml
파일 보기 프로젝트 열기: beto-rodriguez/LiveCharts2 1 사용 예제들

공개 메소드들

메소드 설명
App ( )
App ( ) : Microsoft.UI.Xaml

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().

보호된 메소드들

메소드 설명
OnLaunched ( Microsoft.UI.Xaml.LaunchActivatedEventArgs args ) : void

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.

메소드 상세

App() 공개 메소드

public App ( )

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 ( ) : Microsoft.UI.Xaml
리턴 Microsoft.UI.Xaml

OnLaunched() 보호된 메소드

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.
protected OnLaunched ( Microsoft.UI.Xaml.LaunchActivatedEventArgs args ) : void
args Microsoft.UI.Xaml.LaunchActivatedEventArgs Details about the launch request and process.
리턴 void