C# Class Gchat.Pages.Chat

Inheritance: PhoneApplicationPage
Show file Open project: gchatapp/gtalkchat

Public Methods

Method Description
BuildAppbar ( ) : void
Chat ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
AttachButton_Click ( object sender, EventArgs e ) : void
DeleteThread_Click ( object sender, EventArgs e ) : void
DisplayMessage ( Message message ) : void
HideProgressBar ( ) : void
Initialize ( ) : void
LogChatEvent ( string description ) : void
MessageText_KeyUp ( object sender, System e ) : void
OTRButton_Click ( object sender, EventArgs e ) : void
PinButton_Click ( object sender, EventArgs e ) : void
ScrollToBottom ( ) : void
SendButton_Click ( object sender, EventArgs e ) : void
ShowEndOtr ( ) : void
ShowProgressBar ( string text ) : void
ShowStartOtr ( ) : void
ViewContactList_Click ( object sender, EventArgs e ) : void

Method Details

BuildAppbar() public method

public BuildAppbar ( ) : void
return void

Chat() public method

public Chat ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void