Example #1
0
 public void RemoveCollection(Collection collection)
 {
     collection.Uninstalled(); // we want the content status to update
     Contents.Remove(collection);
 }