C# Class IdApp.Views.LoadingPage

Mostra file Open project: Trust-Anchor-Group/IdApp

Public Methods

Method Description
LoadingPage ( ) : IdApp.ViewModels

Creates a new instance of the LoadingPage class.

Protected Methods

Method Description
OnAppearing ( ) : void

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

Method Details

LoadingPage() public method

Creates a new instance of the LoadingPage class.
public LoadingPage ( ) : IdApp.ViewModels
return IdApp.ViewModels

OnAppearing() protected method

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