C# 클래스 Gchat.Pages.Chat

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: gchatapp/gtalkchat

공개 메소드들

메소드 설명
BuildAppbar ( ) : void
Chat ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BuildAppbar() 공개 메소드

public BuildAppbar ( ) : void
리턴 void

Chat() 공개 메소드

public Chat ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

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

OnNavigatingFrom() 보호된 메소드

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