示例#1
0
        private void paciente_Click(object sender, EventArgs e)
        {
            frmPaciente abrir = new frmPaciente();

            abrir.ShowDialog();
        }
示例#2
0
        private void pacienteToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmPaciente abrir = new frmPaciente();

            abrir.ShowDialog();
        }