public ActionGroup() {
     this.subElementsField = new ActionGroupSubElements();
     this.representedConceptsField = new List<CD>();
     this.descriptionField = new ST();
     this.titleField = new ST();
 }
Exemplo n.º 2
0
 public ActionGroup()
 {
     this.subElementsField = new ActionGroupSubElements();
     this.representedConceptsField = new List<CD>();
 }