C# Class Bit.BlazorUI.Playground.Web.WinUI.App

显示文件 Open project: bitfoundation/bitframework

Public Methods

Method Description
App ( ) : Microsoft.Maui.ApplicationModel

Protected Methods

Method Description
CreateMauiApp ( ) : MauiApp
OnLaunched ( LaunchActivatedEventArgs args ) : void

Method Details

App() public method

public App ( ) : Microsoft.Maui.ApplicationModel
return Microsoft.Maui.ApplicationModel

CreateMauiApp() protected method

protected CreateMauiApp ( ) : MauiApp
return MauiApp

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs
return void