private void btnPesquisaPaciente_Click(object sender, EventArgs e) { frmPesquisaPaciente frmPesquisaPaciente = new frmPesquisaPaciente(); frmPesquisaPaciente.Show(); }
private void pacientesToolStripMenuItem_Click(object sender, EventArgs e) { frmPesquisaPaciente frmPesquisaPaciente = new frmPesquisaPaciente(); frmPesquisaPaciente.Show(); }