C# Class RatChat.VisualMessage

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
VisualMessage ( IChatSource Source, SmilesDataDase Db, ChatMessage Data ) : System

Private Methods

Method Description
AddWord ( System.Windows.Controls.WrapPanel wp, List ttt, int j ) : void
CreateSmile ( SmilesDataDase Db, string SmileId, System.Windows.Controls.WrapPanel TextPanel ) : bool

Method Details

VisualMessage() public method

public VisualMessage ( IChatSource Source, SmilesDataDase Db, ChatMessage Data ) : System
Source IChatSource
Db RatChat.Core.SmilesDataDase
Data RatChat.Core.ChatMessage
return System