Ejemplo n.º 1
0
        private void materialFlatButton1_Click(object sender, EventArgs e)
        {
            Pacientes ac = new Pacientes();

            ac.ShowDialog();
        }
Ejemplo n.º 2
0
        private void pacientesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Pacientes pacientes = new Pacientes();

            pacientes.ShowDialog();
        }
Ejemplo n.º 3
0
        private void LstPacientes_SelectedIndexChanged(object sender, EventArgs e)
        {
            Pacientes pa = new Pacientes();

            pa.ShowDialog();
        }