C# Class MobileAppsFilesSample.App

Inheritance: Xamarin.Forms.Application
Exibir arquivo Open project: Azure-Samples/app-service-mobile-dotnet-todo-list-files

Public Methods

Method Description
App ( ) : System.Threading.Tasks

Protected Methods

Method Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Method Details

App() public method

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

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void