Beispiel #1
0
 private void setMoldInfo(frm_moldRef.moldInformation selectedMoldInfo)
 {
     textMoldCode.Text       = selectedMoldInfo.moldID;
     textMoldProductNum.Text = selectedMoldInfo.moldNum;
     textMoldProduct.Text    = selectedMoldInfo.moldName;
     textMoldModel.Text      = selectedMoldInfo.moldModel;
     textMoldCavity.Text     = selectedMoldInfo.moldCavity;
     textMoldShot.EditValue  = selectedMoldInfo.moldShot;
 }
Beispiel #2
0
 private void setMoldInfo(frm_moldRef.moldInformation selectedMoldInfo)
 {
     txt_mold.Text = selectedMoldInfo.moldID;
 }