Method | Description | |
---|---|---|
AppendLineToChatHistory ( string message ) : void |
Add text to the chat history
|
|
ChatAppWP8 ( |
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
|
public AppendLineToChatHistory ( string message ) : void | ||
message | string | |
return | void |
public ChatAppWP8 ( |
||
currentMessageInputBox | ||
chatHistory | System.Windows.Controls.TextBlock | |
chatHistoryScroller | ||
return | System |