C# Class ExtendedSplashScreenDemo.App

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

Méthodes publiques

Méthode Description
App ( ) : System.Threading.Tasks

Méthodes protégées

Méthode Description
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
LoadAppResources ( ) : System.Threading.Tasks.Task

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

Method Details

App() public méthode

public App ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

OnLaunchApplicationAsync() protected méthode

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat System.Threading.Tasks.Task