Exemplo n.º 1
0
 public void EnqueuePing(Packet packet)
 {
     Begin.Set();
     PingQueue.Enqueue(packet);
 }