示例#1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="hSystem"></param>
 public Element(Systems.NetSystem hSystem)
 {
     housingSystem = hSystem;
     ElementID = housingSystem.AddElement(this);
 }
 /// <summary>
 /// 
 /// </summary>
 /// <param name="relatedSystem">
 /// </param>
 public SystemState(NetSystem relatedSystem)
 {
     this.relatedSystem = relatedSystem;
     this.relatedSystemVersion = relatedSystem.SystemVersion;
 }
示例#3
0
 /// <summary>
 /// 
 /// </summary>
 public Element()
 {
     housingSystem = null;
 }