C# Class IdApp.Views.LoadingPage

Afficher le fichier Open project: Trust-Anchor-Group/IdApp

Méthodes publiques

Méthode Description
LoadingPage ( ) : IdApp.ViewModels

Creates a new instance of the LoadingPage class.

Méthodes protégées

Méthode Description
OnAppearing ( ) : void

Overridden to start an animation when the page is displayed on screen.

Method Details

LoadingPage() public méthode

Creates a new instance of the LoadingPage class.
public LoadingPage ( ) : IdApp.ViewModels
Résultat IdApp.ViewModels

OnAppearing() protected méthode

Overridden to start an animation when the page is displayed on screen.
protected OnAppearing ( ) : void
Résultat void