Example #1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public FamilyRegisterReferencedElementsCollection(FamilyRegister parent)
 {
     this._parent = parent;
 }
Example #2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public FamilyRegisterChildrenCollection(FamilyRegister parent)
 {
     this._parent = parent;
 }