Esempio n. 1
0
 /// <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;
 }
Esempio n. 2
0
 public HostSimStageHdl(DssHostRoot hostRoot) : base(hostRoot)
 {
     this.root    = hostRoot;
     this.manager = hostRoot.Manager;
 }