예제 #1
0
파일: CPL.cs 프로젝트: MeysamKarimi/MDEMGTT
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public CPLReferencedElementsCollection(CPL parent)
 {
     this._parent = parent;
 }
예제 #2
0
파일: CPL.cs 프로젝트: MeysamKarimi/MDEMGTT
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public CPLChildrenCollection(CPL parent)
 {
     this._parent = parent;
 }