C# Class SmartApp.App

Inheritance: Application
Afficher le fichier Open project: firstArachne0116/Iroai

Méthodes publiques

Свойство Type Description
ScreenHeight int
ScreenWidth int
mainPage ContentPage
srcPage ContentPage

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnSleep() protected méthode

protected OnSleep ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

Property Details

ScreenHeight public_oe static_oe property

public static int ScreenHeight
Résultat int

ScreenWidth public_oe static_oe property

public static int ScreenWidth
Résultat int

mainPage public_oe static_oe property

public static ContentPage mainPage
Résultat ContentPage

srcPage public_oe static_oe property

public static ContentPage srcPage
Résultat ContentPage