Exemplo n.º 1
0
 public void AddChatUser(string index, ChatUser user)
 {
     ChatUsers.Add(index.ToUpper(), user);
 }