Exemple #1
0
 private void btnXoa_Click(object sender, EventArgs e)
 {
     Xe.Xoaxe(txtBienSo.Text);
     dataGridView1.DataSource = Xe.HienThiDSTxe();
 }
 private void btnXoa_Click(object sender, EventArgs e)
 {
     Xe.Xoaxe(txtBienSo.Text);
 }