C# 클래스 GenerateContacts.AppDelegate

상속: UIApplicationDelegate
파일 보기 프로젝트 열기: ayoung/monotouch-generate-contacts

Private Properties

프로퍼티 타입 설명
PopulateContacts void

공개 메소드들

메소드 설명
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
GeneratePhone ( Random random ) : long
NextNumber ( Random random ) : UInt32
OnActivated ( UIApplication application ) : void

비공개 메소드들

메소드 설명
PopulateContacts ( ) : void

메소드 상세

FinishedLaunching() 공개 메소드

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

GeneratePhone() 공개 정적인 메소드

public static GeneratePhone ( Random random ) : long
random System.Random
리턴 long

NextNumber() 공개 정적인 메소드

public static NextNumber ( Random random ) : UInt32
random System.Random
리턴 System.UInt32

OnActivated() 공개 메소드

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