C# 클래스 Examples.ExamplesChat.WinRT.ChatAppWinRT

All NetworkComms.Net implementation can be found here and in ChatAppBase
상속: ChatAppBase
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net 1 사용 예제들

공개 메소드들

메소드 설명
AppendLineToChatHistory ( string message ) : void

Add text to the chat history

ChatAppWinRT ( TextBox currentMessageInputBox, TextBlock chatHistory, ScrollViewer chatHistoryScroller ) : System

Constructor for the WP8 chat app.

ClearChatHistory ( ) : void

Clear the chat history

ClearInputLine ( ) : void

Clear the chat input box

ShowMessage ( string message ) : void

Show a message box to the user

메소드 상세

AppendLineToChatHistory() 공개 메소드

Add text to the chat history
public AppendLineToChatHistory ( string message ) : void
message string
리턴 void

ChatAppWinRT() 공개 메소드

Constructor for the WP8 chat app.
public ChatAppWinRT ( TextBox currentMessageInputBox, TextBlock chatHistory, ScrollViewer chatHistoryScroller ) : System
currentMessageInputBox Windows.UI.Xaml.Controls.TextBox
chatHistory Windows.UI.Xaml.Controls.TextBlock
chatHistoryScroller Windows.UI.Xaml.Controls.ScrollViewer
리턴 System

ClearChatHistory() 공개 메소드

Clear the chat history
public ClearChatHistory ( ) : void
리턴 void

ClearInputLine() 공개 메소드

Clear the chat input box
public ClearInputLine ( ) : void
리턴 void

ShowMessage() 공개 메소드

Show a message box to the user
public ShowMessage ( string message ) : void
message string
리턴 void