Ejemplo n.º 1
0
 void IAttributeList.AttributeChanged(INamedAttribute attribute, ReversibleChange change)
 {
     if (owner != null)
     {
         owner.AttributeChanged(this, attribute, change);
     }
 }
Ejemplo n.º 2
0
 void IAttributeList.AttributeChanged(INamedAttribute attribute, ReversibleChange change)
 {
     if (owner != null)
     {
         owner.AttributeChanged(this, attribute, change);
     }
     if (owner is Project)
     {
         needsUpdate = true;
     }
 }