Ejemplo n.º 1
0
        private void modificarContactoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmConsultaContactoPaciente ver = new frmConsultaContactoPaciente();

            ver.MdiParent       = this;
            pictureBox1.Visible = false;
            ver.Show();
        }
Ejemplo n.º 2
0
 private void modificarContactoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmConsultaContactoPaciente ver = new frmConsultaContactoPaciente();
     ver.MdiParent = this;
     pictureBox1.Visible = false;
     ver.Show();
 }