Example #1
0
 private BoxBarcode()
     : base()
 {
     this.BarcodeEAN13   = BarcodeGenerator.GetBarCodeNumber();
     this.BarcodeGS1_128 = string.Empty;
     this.RFID           = string.Empty;
 }
Example #2
0
        private GraphicCodes()
            : base()
        {
            this.Boxes = new HashSet <Box>();

            this.BarcodeEAN13   = BarcodeGenerator.GetBarCodeNumber();
            this.BarcodeGS1_128 = string.Empty;
            this.RFID           = string.Empty;
        }