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