C# Класс Mapsui.Samples.Maui.WinUI.App

Provides application-specific behavior to supplement the default Application class.
Наследование: MauiWinUIApplication
Показать файл Открыть проект

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

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

App ( ) : System.Runtime.Versioning

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

Приватные методы

Метод Описание
CreateMauiApp ( ) : MauiApp

Описание методов

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

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.Runtime.Versioning
Результат System.Runtime.Versioning