示例#1
0
 private void SetInnerType(animateColorType ContentField)
 {
     this.ContentField=((animateColorType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
示例#2
0
 protected virtual void SetSubstitutionMember(animateColorType ContentField)
 {
     this.ContentField=ContentField;
 }
示例#3
0
 public animateColor(animateColorType content)
 {
     SetInnerType(content);
 }