/// <summary> /// Initializes a new instance of the <see cref="FluidPropertiesElements"/> class. /// Creates an instance of the repository which will be used and determines the path of the mdi client /// </summary> public FluidPropertiesElements() { this.repository = MainViewElementsRepository.Instance; this.mdiClientPath = CommonHostApplicationLayerLoader.CommonFlows.GetDtmContainerPath.Run(); }
/// <summary> /// Initializes a new instance of the <see cref="ModuleContainerElements"/> class. /// </summary> public ModuleContainerElements() { this.hostApplicationPath = CommonHostApplicationLayerLoader.CommonFlows.GetDtmContainerPath.Run(); this.repository = MainViewElementsRepository.Instance; }