C# Class CellProperties.Application

Inheritance: MobileApplication
Mostrar archivo Open project: Syderis/CellSDK-Tutorials Class Usage Examples

Public Methods

Method Description
Exit ( ) : void

Exits the app

Initialize ( ) : void

Loads the main screen

Method Details

Exit() public method

Exits the app
public Exit ( ) : void
return void

Initialize() public method

Loads the main screen
public Initialize ( ) : void
return void