Exemplo n.º 1
0
 /// <summary>
 /// This method is called by a child object when it
 /// wants to be removed from the collection.
 /// </summary>
 /// <param name="child">The child object to remove.</param>
 void Core.IParent.RemoveChild(Csla.Core.IEditableBusinessObject child)
 {
     Remove((C)child);
 }
 /// <summary>
 /// This method is called by a child object when it
 /// wants to be removed from the collection.
 /// </summary>
 /// <param name="child">The child object to remove.</param>
 void Core.IEditableCollection.RemoveChild(Csla.Core.IEditableBusinessObject child)
 {
     Remove((C)child);
 }