Esempio n. 1
0
 private void SetInnerType(AbstractObject_Type ContentField)
 {
     this.ContentField=((AbstractObject_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Esempio n. 2
0
 public AbstractObject(AbstractObject_Type content)
 {
     SetInnerType(content);
 }