C# Класс App, LiveCharts2

Interaction logic for App.xaml
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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