C# Class GenerateContacts.AppDelegate

Inheritance: UIApplicationDelegate
Afficher le fichier Open project: ayoung/monotouch-generate-contacts

Private Properties

Свойство Type Description
PopulateContacts void

Méthodes publiques

Méthode Description
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
GeneratePhone ( Random random ) : long
NextNumber ( Random random ) : UInt32
OnActivated ( UIApplication application ) : void

Private Methods

Méthode Description
PopulateContacts ( ) : void

Method Details

FinishedLaunching() public méthode

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
Résultat bool

GeneratePhone() public static méthode

public static GeneratePhone ( Random random ) : long
random System.Random
Résultat long

NextNumber() public static méthode

public static NextNumber ( Random random ) : UInt32
random System.Random
Résultat System.UInt32

OnActivated() public méthode

public OnActivated ( UIApplication application ) : void
application UIApplication
Résultat void