private void btbPesquisar1_Click(object sender, EventArgs e) { FrmAluno frm = new FrmAluno(); frm.ShowDialog(); txtAluno.Text = frm.txtNome1.Text; }
private void alunoToolStripMenuItem1_Click(object sender, EventArgs e) { FrmAluno frm = new FrmAluno(); frm.ShowDialog(); }