Example #1
0
        public Catelog Remove(int index)
        {
            Catelog obj = CatelogCollection[index];

            CatelogCollection.Remove(obj);
            return(obj);
        }
Example #2
0
 public void Remove(object obj)
 {
     CatelogCollection.Remove(obj);
 }