C# Class Camera.Application

Show file Open project: Syderis/CellSDK-Tutorials Class Usage Examples

Public Methods

Method Description
Exit ( ) : void

Exits the app

Initialize ( ) : void

The main method for loading controls and resources.

Method Details

Exit() public method

Exits the app
public Exit ( ) : void
return void

Initialize() public method

The main method for loading controls and resources.
public Initialize ( ) : void
return void