Exemple #1
0
        private void btnAbrirAdmPacientes_Click(object sender, EventArgs e)
        {
            FormAdmPacientes admpac = new FormAdmPacientes();

            admpac.ShowDialog();
        }
        private void administracionPacientesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormAdmPacientes admPac = new FormAdmPacientes();

            admPac.ShowDialog();
        }