private void cellcontent(object sender, DataGridViewCellEventArgs e) { code = Convert.ToInt32(dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString()); name = dataGridView1.Rows[e.RowIndex].Cells[1].Value.ToString(); صيانة_طلب_غرفة_منظار f = new صيانة_طلب_غرفة_منظار(); f.Focus(); this.DialogResult = DialogResult.OK; this.Hide(); }
private void data_Double_Click(object sender, DataGridViewCellEventArgs e) { x = Convert.ToInt32(dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString()); //MessageBox.Show(x.ToString()); صيانة_طلب_غرفة_منظار f = new صيانة_طلب_غرفة_منظار(); f.Focus(); this.DialogResult = DialogResult.OK; this.Hide(); }