private void consultarToolStripMenuItem1_Click(object sender, EventArgs e) { TelaPesquisarPaciente pesqPaciente = new TelaPesquisarPaciente(); AddOwnedForm(pesqPaciente); pesqPaciente.Show(); }
private void button3_Click(object sender, EventArgs e) { TelaPesquisarPaciente pesqPaciente = new TelaPesquisarPaciente(); pesqPaciente.Show(); }