C# 클래스 ClanceySamples.AppDelegate

파일 보기 프로젝트 열기: Clancey/ClanceyLib

공개 프로퍼티들

프로퍼티 타입 설명
launcher NavLauncher
navigationController UINavigationController

Private Properties

프로퍼티 타입 설명
CreateSoundSection MonoTouch.Dialog.RootElement
DemoElementApi MonoTouch.Dialog.RootElement

공개 메소드들

메소드 설명
CreateGeneralSection ( ) : RootElement
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
OnActivated ( UIApplication application ) : void

비공개 메소드들

메소드 설명
CreateSoundSection ( ) : RootElement
DemoElementApi ( ) : RootElement

메소드 상세

CreateGeneralSection() 공개 메소드

public CreateGeneralSection ( ) : RootElement
리턴 MonoTouch.Dialog.RootElement

FinishedLaunching() 공개 메소드

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
리턴 bool

OnActivated() 공개 메소드

public OnActivated ( UIApplication application ) : void
application UIApplication
리턴 void

프로퍼티 상세

launcher 공개적으로 프로퍼티

public NavLauncher launcher
리턴 NavLauncher

navigationController 공개적으로 프로퍼티

public UINavigationController navigationController
리턴 UINavigationController