/// <summary> Constructor for a new instance of the <see cref="InstanceWide_UI_Configuration"/> class </summary>
 public InstanceWide_UI_Configuration()
 {
     CitationViewer = new CitationConfig();
     TemplateElements = new TemplateElementsConfig();
     WriterViewers = new WriterViewerConfig();
     MapEditor = new MapEditor_Configuration();
     StaticResources = new StaticResources_Configuration();
 }
예제 #2
0
 /// <summary> Constructor for a new instance of the <see cref="InstanceWide_UI_Configuration"/> class </summary>
 public InstanceWide_UI_Configuration()
 {
     CitationViewer   = new CitationConfig();
     TemplateElements = new TemplateElementsConfig();
     WriterViewers    = new WriterViewerConfig();
     MapEditor        = new MapEditor_Configuration();
     StaticResources  = new StaticResources_Configuration();
 }