Ejemplo n.º 1
0
 public StockInfoPack(PackId id)
 {
     this.Id = id;
 }
Ejemplo n.º 2
0
 public InputMessagePack(PackId id, InputMessagePackHandling handling)
 {
     this.Id       = id;
     this.Handling = handling;
 }
Ejemplo n.º 3
0
 public StockDeliveryInfoPack(PackId id)
 {
     this.Id = id;
 }
Ejemplo n.º 4
0
 public override int GetHashCode()
 {
     return((int)(((DatFile << 24) | PackId.GetHashCode()) ^ Offset));
 }
Ejemplo n.º 5
0
 public OutputInfoPack(PackId id, int outputDestination)
 {
     this.Id = id;
     this.OutputDestination = outputDestination;
 }