C# Class AnimatedImages.MainScreen

Inheritance: Screen
显示文件 Open project: Syderis/CellSDK-Tutorials

Public Methods

Method Description
BackButtonPressed ( ) : void

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)

Initialize ( ) : void

Sets the screen up (UI components, multimedia content, etc.)

Private Methods

Method Description
img_EndedCurrentStripAnimation ( object sender, EventArgs e ) : void
pause_Released ( Component source ) : void
play_Released ( Component source ) : void
stop_Released ( Component source ) : void

Method Details

BackButtonPressed() public method

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)
public BackButtonPressed ( ) : void
return void

Initialize() public method

Sets the screen up (UI components, multimedia content, etc.)
public Initialize ( ) : void
return void