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