C# Class DroidOps.Activity1

Inheritance: Android.App.Activity
Show file Open project: swax/DeOps

Public Methods

Method Description
Core_RunInGui ( Delegate method ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method 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 method

public Core_RunInGui ( Delegate method ) : void
method System.Delegate
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void