Esempio n. 1
0
        //صيانة_طلب_غرفة_منظار
        private void طلبصيانهغرفهمنظارToolStripMenuItem_Click(object sender, EventArgs e)
        {
            صيانة_طلب_غرفة_منظار f = new صيانة_طلب_غرفة_منظار();

            f.MdiParent = this;
            f.Show();
        }
Esempio n. 2
0
        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();
        }
Esempio n. 3
0
        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();
        }