Exemplo n.º 1
0
 internal void Add(ServerCounters other)
 {
     if (other == null)
     {
         return;
     }
     Interactive.Add(other.Interactive);
     Subscription.Add(other.Subscription);
 }