Пример #1
0
 public ThGoodsInfoForm(string EmpID) : this()
 {
     txtEmpID.Text  = EmpID;
     thGoodsInfo    = new tb_ThGoodsInfo();
     thGoodsMenthod = new tb_ThGoodsMenthod();
     thGoodsMenthod.Find(dataGridView1);
 }