From dc896de71e9b1018776c0058345b90857e0ba646 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Mon, 23 Oct 2017 19:19:02 +0000 Subject: [PATCH] =?UTF-8?q?Aufger=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IoT/Connector/AUserBackend.cs | 3 --- IoT/Connector/Helper.cs | 4 ---- 2 files changed, 7 deletions(-) diff --git a/IoT/Connector/AUserBackend.cs b/IoT/Connector/AUserBackend.cs index a90a384..5097498 100644 --- a/IoT/Connector/AUserBackend.cs +++ b/IoT/Connector/AUserBackend.cs @@ -1,8 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace BlubbFish.Utils.IoT.Connector { public abstract class AUserBackend { diff --git a/IoT/Connector/Helper.cs b/IoT/Connector/Helper.cs index 41e3b27..eb8a5ac 100644 --- a/IoT/Connector/Helper.cs +++ b/IoT/Connector/Helper.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace BlubbFish.Utils.IoT.Connector { public class UserMessageEventArgs : EventArgs {