private void button1_Click(object sender, EventArgs e) { string str出厂编号=""; ControlElement control = _form.GetControlElementByInfo("dbo.水泵型号管理", "出厂编号"); str出厂编号 += control.GetValue(); 水泵环境参数配置 dp = new 水泵环境参数配置(str出厂编号,(int)ID号); dp.ShowDialog(); }
private void button1_Click(object sender, EventArgs e) { string str出厂编号 = ""; ControlElement control = _form.GetControlElementByInfo("dbo.水泵型号管理", "出厂编号"); str出厂编号 += control.GetValue(); 水泵环境参数配置 dp = new 水泵环境参数配置(str出厂编号, (int)ID号); dp.ShowDialog(); }