//حجز_عملية_مستقبلية for setescope module private void الحجزالمستقبليللمنظارToolStripMenuItem_Click(object sender, EventArgs e) { حجز_عملية_مستقبلية f = new حجز_عملية_مستقبلية(); f.MdiParent = this; f.Show(); }
private void cellclick(object sender, DataGridViewCellEventArgs e) { c = Convert.ToInt32(dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString()); x = dataGridView1.Rows[e.RowIndex].Cells[2].Value.ToString(); حجز_عملية_مستقبلية f = new حجز_عملية_مستقبلية(); f.Focus(); this.DialogResult = DialogResult.OK; }