Ejemplo n.º 1
0
 private void SetInnerType(animateType ContentField)
 {
     this.ContentField=((animateType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Ejemplo n.º 2
0
 protected virtual void SetSubstitutionMember(animateType ContentField)
 {
     this.ContentField=ContentField;
 }
Ejemplo n.º 3
0
 public animate(animateType content)
 {
     SetInnerType(content);
 }