Exemplo n.º 1
0
 protected virtual void OnRelationRemoved(RelationshipEventArgs e)
 {
     if (RelationRemoved != null)
     {
         RelationRemoved(this, e);
     }
     OnModified(EventArgs.Empty);
 }
 protected virtual void OnRelationRemoved(RelationshipEventArgs e)
 {
     if (RelationRemoved != null)
         RelationRemoved(this, e);
     OnModified(EventArgs.Empty);
 }