Ejemplo n.º 1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public SocialNetworkReferencedElementsCollection(SocialNetwork parent)
 {
     this._parent = parent;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public SocialNetworkChildrenCollection(SocialNetwork parent)
 {
     this._parent = parent;
 }