Esempio n. 1
0
 /// <summary>
 /// Constructor for Term class
 /// </summary>
 public Term()
 {
     this._terms  = new TermCollection(this.ParentTemplate);
     this._labels = new TermLabelCollection(this.ParentTemplate);
 }
Esempio n. 2
0
 /// <summary>
 /// Constructor for TermSet class
 /// </summary>
 public TermSet()
 {
     this._terms = new TermCollection(this.ParentTemplate);
 }