Exemplo n.º 1
0
 public void AttachStats(ConnectionStats stat)
 {
     if (!stats.Contains(stat))
     {
         stats.Add(stat);
     }
 }
Exemplo n.º 2
0
 public void AttachStats(ConnectionStats stat)
 {
     if (!stats.Contains(stat))
         stats.Add(stat);
 }