Пример #1
0
 public void AddItem(TcpRow item)
 {
     _tcpRows.Add(item.GetHashCode(), item);
 }