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