This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
source_files:
- DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.ViewerSettings/ViewerSettingsModule.cs
generated_at: "2026-04-17T16:28:49.887066+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "3f7db025bc16257d"
---
# DTS.Viewer.ViewerSettings
### Purpose
This module is a Prism-based modular component that provides viewer settings functionality within the DTS application. It registers its views and view models with the Unity dependency injection container and exposes assembly metadata (name, image, group, region) for integration with the main application shell.
### Public Interface
**`ViewerSettingsModule`** (class)
- Implements: `Prism.Mod