C# Class ApplicationModel.iOS.UIViewController1

Inheritance: UIViewController
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
UIViewController1 ( ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
A_ReadingChanged ( Accelerometer sender, AccelerometerReadingChangedEventArgs args ) : void
B_TouchUpInside ( object sender, EventArgs e ) : void
UIViewController1_DataRequested ( object sender, InTheHand e ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

UIViewController1() public méthode

public UIViewController1 ( ) : System
Résultat System

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void