Exemple #1
0
 private void IPong()
 {
     Gate_PingPong pong = new Gate_PingPong();
     pong.Read(fStream);
     if (Pong != null)
         Pong(pong.fTransID, pong.fPingTime, pong.fPayload);
 }