C# Class JabbRPhone.MainPage

Inheritance: PhoneApplicationPage
Show file Open project: dkarzon/JabbRPhone

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
Join ( ) : void
JoinContinue ( Task task ) : void
LoadRooms ( ) : void
btnCreateRoom_Click ( object sender, System e ) : void
btnJoinPrivateRoom_Click ( object sender, EventArgs e ) : void
btnRefresh_Click ( object sender, System e ) : void
btnSearch_Click ( object sender, System e ) : void
btnSettings_Click ( object sender, System e ) : void
btn_Create_Click ( object sender, System e ) : void
btn_JoinPrivateRoom_Click ( object sender, System e ) : void
btn_Login_Click ( object sender, System e ) : void
lsbRooms_SelectionChanged ( object sender, System e ) : void
menuAbout_Click ( object sender, System e ) : void
menuLogout_Click ( object sender, System e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void