コード例 #1
0
 private void txtFind_TextChanged(object sender, EventArgs e)
 {
     dataGridView1.DataSource = busDien.FindGetDiem(txtFind.Text);
 }