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