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