Ejemplo n.º 1
0
 public FAECInfo()
 {
     ReceiveSeeLot = new ReceiveSeeLotInfo();
     ReceiveLotClose = new ReceiveLotCloseInfo();
     ReceivePKSerialCheck = new ReceivePKSerialCheckInfo();
     ReceiveBrandLabelIssue = new ReceiveBrandLabelIssueInfo();
     ReceiveNextLotClose = new ReceiveNextLotCloseInfo();
     ReceivePKXClose = new ReceivePKXCloseInfo();
     ReceiveNextLotLoad = new ReceiveNextLotLoadInfo();
     ReceivePKXCloseInform = new ReceivePKXCloseInformInfo();
     ReceiveNextSSD = new ReceiveNextSSDInfoInfo();
 }
Ejemplo n.º 2
0
 public void CopyTo(ReceiveBrandLabelIssueInfo obj)
 {
     obj.Function = this.Function;
     obj.LotID = this.LotID;
     obj.PartID = this.PartID;
     obj.Serial = this.Serial;
     obj.TurnkeyCode = this.TurnkeyCode;
     obj.BrandSerial = this.BrandSerial;
     obj.Lane = this.Lane;
     obj.Result = this.Result;
     obj.Msg = this.Msg;
 }