示例#1
0
文件: System0.cs 项目: lukeIam/NMF
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public SystemReferencedElementsCollection(System0 parent)
 {
     this._parent = parent;
 }
示例#2
0
文件: System0.cs 项目: lukeIam/NMF
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public SystemChildrenCollection(System0 parent)
 {
     this._parent = parent;
 }