Пример #1
0
 private void button17_Click(object sender, EventArgs e)
 {
     BLLcategory.RemoveCategory(Convert.ToInt32(numericUpDown3.Value));
 }
 public void DeleteCategory(int id)
 {
     BLLcategory.RemoveCategory(id);
 }