/// <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();
 }
 /// <summary> Static constructor for the Static_Resources class </summary>
 static Static_Resources_Gateway()
 {
     // Get the static resource configuration from the engine
     Custom_Tracer tracer = new Custom_Tracer();
     config = SobekEngineClient.Admin.Get_Static_Resources_Configuration(tracer);
 }