private void btnIncuirPaciente_Click(object sender, EventArgs e) { frmCadastrarPaciente frmCadastrarPaciente = new frmCadastrarPaciente(); frmCadastrarPaciente.ShowDialog(); }
private void tmiCadastrodePacientes_Click(object sender, EventArgs e) { frmCadastrarPaciente frmCadastrarpacientes = new frmCadastrarPaciente(); frmCadastrarpacientes.ShowDialog(); }