添加了Mqtt服务器的连接,并添加了中文注释

This commit is contained in:
2025-07-05 19:31:36 +08:00
parent 55dadec099
commit b69acbba6e
8 changed files with 483 additions and 61 deletions

View File

@@ -43,7 +43,7 @@ public partial class MqttsViewModel : ViewModelBase
}
_dataServices.OnMqttListChanged += (mqtts) =>
_dataServices.OnMqttListChanged += (sender, mqtts) =>
{
Mqtts = new ObservableCollection<Mqtt>(mqtts);
};