Пример #1
0
 private void button1_Click(object sender, System.EventArgs e)
 {
     alunosBindingSource.DataSource = alunoServico.ObterTodosPorNome(text.Text);
 }
Пример #2
0
 private void TxPesquisar_TextChanged(object sender, EventArgs e)
 {
     bsGrid.DataSource = alunoServico.ObterTodosPorNome(txPesquisar.Text);
 }