/// <summary>
 /// Constructs a HostSetupStageHdl object.
 /// </summary>
 /// <param name="root">The root of the host-side data model.</param>
 public HostSetupStageHdl(DssHostRoot root)
 {
     this.hostRoot = root;
     this.manager  = root.Manager;
 }
Example #2
0
 public HostSimStageHdl(DssHostRoot hostRoot) : base(hostRoot)
 {
     this.root    = hostRoot;
     this.manager = hostRoot.Manager;
 }