Пример #1
0
 public void AddMerged(Second second)
 {
     Count  += second.Count;
     Bytes  += second.Bytes;
     Errors += second.Errors;
 }