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