示例#1
0
文件: FormInput.cs 项目: imatary/work
 public FormInput()
 {
     InitializeComponent();
     _partNoService             = new PartNoService();
     _cartonLabelService        = new CartonLabelService();
     dateEditDelivery.EditValue = DateTime.Now.ToShortDateString();
 }
示例#2
0
 public FormAddPartNo()
 {
     InitializeComponent();
     _partNoService = new PartNoService();
     GetData();
 }