Exemple #1
0
 private void txtTimKiem_TextChanged(object sender, EventArgs e)
 {
     dataGridView1.DataSource = Xe.Timxe(txtTimKiem.Text);
 }