C# Class DroidOps.Activity1

Inheritance: Android.App.Activity
Afficher le fichier Open project: swax/DeOps

Méthodes publiques

Méthode Description
Core_RunInGui ( Delegate method ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode Description
Core_UpdateConsole ( string message ) : void
CreateUserButton_Click ( object sender, EventArgs e ) : void
LoginButton_Click ( object sender, EventArgs e ) : void
LogoffButton_Click ( object sender, EventArgs e ) : void

Method Details

Core_RunInGui() public méthode

public Core_RunInGui ( Delegate method ) : void
method System.Delegate
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void