完成从OPCServer导入变量的基础功能
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user