Ejemplo n.º 1
0
 private void SetInnerType(MediaContainerType ContentField)
 {
     this.ContentField = ((MediaContainerType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Ejemplo n.º 2
0
 public MediaContainer(MediaContainerType content)
 {
     SetInnerType(content);
 }