ฟอร้มหลัก
if (Application.OpenForms["formnutri05"] != null)
{
Application.OpenForms["formnutri05"].Close();
}
formnutri05 frm = new formnutri05();
frm.ConJ = connectionJhcis;
frm.ConServer = connectionServer;
frm.hcode = hcode;
frm.hname = hname;
frm.yearprocess = yearprocess;
frm.MdiParent = this;
frm.Dock = DockStyle.Fill;
frm.Show();
// ต้องเรียงลำดับตามนี้ ก่อนฟอร์ม โชว์
ฟอร์มที่รับค่า
public string hcode { get; set; }
public string hname { get; set; }
public int yearprocess { get; set; }
public MySqlConnection ConJ { get; set; }
public MySqlConnection ConServer { get; set; }
ไม่มีความคิดเห็น:
แสดงความคิดเห็น