Example #1
0
 public void FreezeCategory(Category c)
 {
     c.Freeze();
     this.Categories.Remove(c.CategoryID);
 }