コード例 #1
0
 public void SendPacket(IPacket packet)
 {
     SendBytes(packet.Lock());
     if (packet.Locked)
         packet.Unlock();
 }