Beispiel #1
0
        private void consultarToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            TelaPesquisarPaciente pesqPaciente = new TelaPesquisarPaciente();

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

            pesqPaciente.Show();
        }