private void simpleButton1_Click(object sender, EventArgs e) { examination_post ep = new examination_post(); ep.ShowDialog(); // lookUpEdit1.GetSelectedDataRow(); }
private void simpleButton1_Click(object sender, EventArgs e) { examination_post eep = new examination_post(); eep.ShowDialog(); }