예제 #1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="hSystem"></param>
 public Element(Systems.NetSystem hSystem)
 {
     housingSystem = hSystem;
     ElementID = housingSystem.AddElement(this);
 }
예제 #2
0
 /// <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;
 }