Exemple #1
0
 public WMSPackingEditForm(WMS_M104_Packing_Hd packHd, IWMS_M104_Packing_HdService packingService)
 {
     InitializeComponent();
     this.tempData = packHd;
     this.DateDateEdit.Focus();
     this.packingService = packingService;
 }