C# Class SteamDroid.App.Chat

Inheritance: Android.App.Activity
Exibir arquivo Open project: FlyingPie/SteamDroid

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnStop ( ) : void
UpdateFriend ( ) : void

Private Methods

Method Description
ClickSend ( object sender, EventArgs e ) : void

Method Details

OnCreate() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

UpdateFriend() protected method

protected UpdateFriend ( ) : void
return void