Esempio n. 1
0
 public ToffeePacketIterator(ToffeeParticipant receiver, byte[] packet) : this(packet)
 {
     Network = receiver.Network;
 }
Esempio n. 2
0
 public ToffeePacket(ToffeeParticipant sender) : this()
 {
     Network = sender.Network;
     Sender  = sender;
 }