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