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