C# Class SmartApp.App

Inheritance: Application
Datei anzeigen 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_oe static_oe property

public static int ScreenHeight
return int

ScreenWidth public_oe static_oe property

public static int ScreenWidth
return int

mainPage public_oe static_oe property

public static ContentPage mainPage
return ContentPage

srcPage public_oe static_oe property

public static ContentPage srcPage
return ContentPage