Ver código fonte

Remove unused usings

release/3.x.x
Charles Quesnel 6 anos atrás
pai
commit
a94444098a
2 arquivos alterados com 1 adições e 5 exclusões
  1. +0
    -2
      Source/MQTTnet/Client/MqttClientOptionsBuilder.cs
  2. +1
    -3
      Source/MQTTnet/Client/MqttClientOptionsBuilderWebSocketParameters.cs

+ 0
- 2
Source/MQTTnet/Client/MqttClientOptionsBuilder.cs Ver arquivo

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using MQTTnet.Serializer;

namespace MQTTnet.Client


+ 1
- 3
Source/MQTTnet/Client/MqttClientOptionsBuilderWebSocketParameters.cs Ver arquivo

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Net;
using System.Text;

namespace MQTTnet.Client
{


Carregando…
Cancelar
Salvar