Ejemplo n.º 1
0
 private void btnAdd_Click(object sender, EventArgs e)
 {
     CategoryBUS.insert(categoryBindingSource.Current as Category);
     categoryTBBindingSource.DataSource = CategoryBUS.getAll();
     categoryBindingSource.DataSource   = new Category();
 }