C# Class OS2Indberetning.App

Inheritance: Xamarin.Forms.Application
Datei anzeigen Open project: os2indberetning/OS2_Windows_Phone

Public Properties

Property Type Description
Navigation INavigation

Public Methods

Method Description
App ( ) : System
ShowLoading ( bool isRunning, bool isCancel = false ) : void
ShowMessage ( string message, bool isCancel = false ) : void

Protected Methods

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

Private Methods

Method Description
GetMainPage ( ) : Page

Get the main page and sets the global navigation to its navigation

RegisterPages ( ) : void
SetScreenHeightAndWidth ( ) : void

Method Details

App() public method

public App ( ) : System
return System

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

ShowLoading() public static method

public static ShowLoading ( bool isRunning, bool isCancel = false ) : void
isRunning bool
isCancel bool
return void

ShowMessage() public static method

public static ShowMessage ( string message, bool isCancel = false ) : void
message string
isCancel bool
return void

Property Details

Navigation public_oe static_oe property

public static INavigation Navigation
return INavigation