Example #1
0
 private void SetInnerType(OPERATIONAL_TEMPLATE ContentField)
 {
     this.ContentField = ((OPERATIONAL_TEMPLATE)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 public template(OPERATIONAL_TEMPLATE content)
 {
     SetInnerType(content);
 }