Ejemplo n.º 1
0
        private void paciente_Click(object sender, EventArgs e)
        {
            frmPaciente abrir = new frmPaciente();

            abrir.ShowDialog();
        }
Ejemplo n.º 2
0
        private void pacienteToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmPaciente abrir = new frmPaciente();

            abrir.ShowDialog();
        }