예제 #1
0
파일: LoopAction.cs 프로젝트: wasowski/NMF
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public LoopActionReferencedElementsCollection(LoopAction parent)
 {
     this._parent = parent;
 }
예제 #2
0
파일: LoopAction.cs 프로젝트: wasowski/NMF
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public LoopActionChildrenCollection(LoopAction parent)
 {
     this._parent = parent;
 }