Пример #1
0
 private void ResetAllCount()
 {
     commSvc.ResetAllCount();
     recvCountChanged(commSvc.recvCount);
     sendCountChanged(commSvc.sendCount);
 }