Example #1
0
 public FormInput()
 {
     InitializeComponent();
     _partNoService             = new PartNoService();
     _cartonLabelService        = new CartonLabelService();
     dateEditDelivery.EditValue = DateTime.Now.ToShortDateString();
 }
Example #2
0
 public FormAddPartNo()
 {
     InitializeComponent();
     _partNoService = new PartNoService();
     GetData();
 }