Esempio n. 1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public AllocationReferencedElementsCollection(Allocation parent)
 {
     this._parent = parent;
 }
Esempio n. 2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public AllocationChildrenCollection(Allocation parent)
 {
     this._parent = parent;
 }