添加了Mqtt服务器的连接,并添加了中文注释
This commit is contained in:
@@ -43,7 +43,7 @@ public partial class MqttsViewModel : ViewModelBase
|
||||
}
|
||||
|
||||
|
||||
_dataServices.OnMqttListChanged += (mqtts) =>
|
||||
_dataServices.OnMqttListChanged += (sender, mqtts) =>
|
||||
{
|
||||
Mqtts = new ObservableCollection<Mqtt>(mqtts);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user