private void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e) { try { Code = int.Parse(dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString()); //name = dataGridView1.Rows[e.RowIndex].Cells[1].Value.ToString(); تنظيم_الأسرة_والصحة_الانجابية f = new تنظيم_الأسرة_والصحة_الانجابية(); // ادارة عرباتff = new تسجيل_بيانات__مريض(); //تقرير1 f = new تقرير1(); f.Focus(); // ff.Focus(); this.DialogResult = DialogResult.OK; } catch (Exception ex) { MessageBox.Show(ex.Message + " dfff"); } }
private void تنظيمالاسرهوالصحهالانجابيةToolStripMenuItem_Click(object sender, EventArgs e) { تنظيم_الأسرة_والصحة_الانجابية f = new تنظيم_الأسرة_والصحة_الانجابية(); f.Show(); }