初步完成变量历史记录修改

This commit is contained in:
2025-09-12 08:57:41 +08:00
parent 8afb989486
commit c8d7543c7e
7 changed files with 178 additions and 2 deletions

View File

@@ -25,7 +25,8 @@ namespace DMS.WPF.Services
{ typeof(IsActiveDialogViewModel), typeof(IsActiveDialog) },
{ typeof(MqttDialogViewModel), typeof(MqttDialog) },
{ typeof(MqttSelectionDialogViewModel), typeof(MqttSelectionDialog) },
{ typeof(MqttAliasBatchEditDialogViewModel), typeof(MqttAliasBatchEditDialog) }
{ typeof(MqttAliasBatchEditDialogViewModel), typeof(MqttAliasBatchEditDialog) },
{ typeof(HistorySettingsDialogViewModel), typeof(HistorySettingsDialog) }
// Add other mappings here
// ... other dialogs
};