C# Класс Examples.ExamplesChat.WP8.ChatAppWP8

All NetworkComms.Net implementation can be found here and in ChatAppBase
Наследование: ChatAppBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppendLineToChatHistory ( string message ) : void

Add text to the chat history

ChatAppWP8 ( TextBox currentMessageInputBox, System.Windows.Controls.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

ChatAppWP8() публичный Метод

Constructor for the WP8 chat app.
public ChatAppWP8 ( TextBox currentMessageInputBox, System.Windows.Controls.TextBlock chatHistory, ScrollViewer chatHistoryScroller ) : System
currentMessageInputBox System.Windows.Controls.TextBox
chatHistory System.Windows.Controls.TextBlock
chatHistoryScroller System.Windows.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