Beispiel #1
0
 public Pallet(SKU content, int layer)
 {
     this.Content       = content;
     this.LayerCount    = layer;
     this.WrappedLayers = layer;
 }
Beispiel #2
0
 public Pallet(SKU content)
 {
     this.Content       = content;
     this.LayerCount    = content.LayerPerPallete;
     this.WrappedLayers = content.LayerPerPallete;
 }