Exemplo n.º 1
0
 public bool SendMessage(ChatMessage Message)
 {
     return(_Chat.ApplyAction(new AddChatMessageAction(Message)));
 }