/// <summary>
 /// Initializes a new instance of the <see cref="SettingsTabElements"/> class.
 /// Initializes a new instance of the <see cref="MainViewElements"/> class.
 /// </summary>
 public SettingsTabElements()
 {
     this.repository    = MainViewElementsRepository.Instance;
     this.mdiClientPath = CommonFlows.GetDtmContainerPath.Run();
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ModuleContainerElements"/> class.
 /// </summary>
 public ModuleContainerElements()
 {
     this.hostApplicationPath = CommonHostApplicationLayerLoader.CommonFlows.GetDtmContainerPath.Run();
     this.repository          = MainViewElementsRepository.Instance;
 }