示例#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;
 }