C# Class ExtendedSplashScreenDemo.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Prism.Unity.Windows.PrismUnityApplication
Exibir arquivo Open project: PrismLibrary/Prism-Samples-Windows

Public Methods

Method Description
App ( ) : System.Threading.Tasks

Protected Methods

Method Description
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task

Private Methods

Method Description
LoadAppResources ( ) : System.Threading.Tasks.Task

We use this method to simulate the loading of resources from different sources asynchronously.

Method Details

App() public method

public App ( ) : System.Threading.Tasks
return System.Threading.Tasks

OnLaunchApplicationAsync() protected method

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return System.Threading.Tasks.Task