コード例 #1
0
 private void txtMaMatHang_TextChanged(object sender, EventArgs e)
 {
     bsLaptop.DataSource = LaptopDAL.LietKeTheoTen(txtMaMatHang.Text);
 }