示例#1
0
        private void BtnPaciente_Click(object sender, EventArgs e)
        {
            SubMenu.Visible = false;
            FormPaciente pac = new FormPaciente();

            pac.Show();
        }
示例#2
0
        private void PacienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormPaciente paciente = new FormPaciente();

            paciente.Show();
        }