C# Class MonotouchExamples.AppDelegate

Inheritance: UIApplicationDelegate
Afficher le fichier Open project: chrisntr/Monotouch-Examples

Private Properties

Свойство Type Description
NewThreadMethod void
OneSecondTimer void
OneSecondTimer void

Méthodes publiques

Méthode Description
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
OnActivated ( UIApplication application ) : void

Private Methods

Méthode Description
NewThreadMethod ( ) : void
OneSecondTimer ( ) : void
OneSecondTimer ( NSTimer timer ) : void

Method Details

FinishedLaunching() public méthode

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

OnActivated() public méthode

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