Example #1
0
File: Chat.cs Project: t103z/FZChat
 public void AddChatLog(ChatLog log)
 {
     chatLogs.Add(log);
 }
Example #2
0
 public void AddChatLog(ChatLog log)
 {
     chatLogs.Add(log);
 }