Esempio n. 1
0
 public CriticalPacketEntry(CriticalPacketEntry other)
 {
     diskfile = other.diskfile;
     offset   = other.offset;
     packet   = other.packet;
 }
Esempio n. 2
0
 public CriticalPacketEntry(CriticalPacketEntry other)
 {
     diskfile = other.diskfile;
     offset = other.offset;
     packet = other.packet;
 }