示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TBLogReferences"/> class.
 /// </summary>
 public TBLogReferences()
 {
     _projectReferences = new TBLogItemCollection <TBLogItem>(this);
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TBLogContent"/> class.
 /// </summary>
 public TBLogContent()
 {
     _items = new TBLogItemCollection <TBLogItem>(this);
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TBLogScripts"/> class.
 /// </summary>
 public TBLogScripts()
 {
     _items = new TBLogItemCollection <TBLogItem>(this);
 }
示例#4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TBLogProjectOutput"/> class.
 /// </summary>
 public TBLogProjectOutput()
 {
     _items = new TBLogItemCollection <TBLogItem>(this);
 }