Exemplo n.º 1
0
Arquivo: Chat.cs Projeto: t103z/FZChat
 public void AddChatLog(ChatLog log)
 {
     chatLogs.Add(log);
 }
Exemplo n.º 2
0
 public void AddChatLog(ChatLog log)
 {
     chatLogs.Add(log);
 }