Example #1
0
 private void btnDeletePro_Click(object sender, EventArgs e)
 {
     ProductBLL.DeletePro(tbIDPro.Text);
     tblProduct.DataSource = pro.GetAll();
 }