private void button5_Click(object sender, EventArgs e) { ind = Convert.ToInt32(this.dataGridView1.CurrentRow.Cells[0].Value); Form18 F18 = new Form18(); F18.Show(); }
private void doctorsToolStripMenuItem2_Click(object sender, EventArgs e) { Form18 c = new Form18(); c.Show(); }