C# Class Mapsui.Samples.Maui.WinUI.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: MauiWinUIApplication
Exibir arquivo Open project: Mapsui/Mapsui

Public Methods

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

Private Methods

Method Description
CreateMauiApp ( ) : MauiApp

Method Details

App() public method

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
return Microsoft.UI.Xaml

App() public method

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
return System.Runtime.Versioning