C# Class SmartApp.App

Inheritance: Application
Show file Open project: firstArachne0116/Iroai

Public Properties

Property Type Description
ScreenHeight int
ScreenWidth int
mainPage ContentPage
srcPage ContentPage

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : 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

Property Details

ScreenHeight public static property

public static int ScreenHeight
return int

ScreenWidth public static property

public static int ScreenWidth
return int

mainPage public static property

public static ContentPage mainPage
return ContentPage

srcPage public static property

public static ContentPage srcPage
return ContentPage