C# 클래스 ApplicationModel.iOS.UIViewController1

상속: UIViewController
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
UIViewController1 ( ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
A_ReadingChanged ( Accelerometer sender, AccelerometerReadingChangedEventArgs args ) : void
B_TouchUpInside ( object sender, EventArgs e ) : void
UIViewController1_DataRequested ( object sender, InTheHand e ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

UIViewController1() 공개 메소드

public UIViewController1 ( ) : System
리턴 System

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void