完成从OPCServer导入变量的基础功能

This commit is contained in:
2025-07-09 13:06:21 +08:00
parent cf0b629591
commit 9352d6c073
11 changed files with 655 additions and 6 deletions

View File

@@ -22,4 +22,5 @@ public interface IDialogService
ContentDialog ShowProcessingDialog(string title, string message);
Task<PollLevelType?> ShowPollLevelDialog(PollLevelType pollLevelType);
Task<Mqtt?> ShowMqttSelectionDialog();
Task<List<VariableData>> ShowOpcUaImportDialog();
}