From 267e6cfaa3123e929bf2fd4a7dff0e72c518b2aa Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Thu, 18 Jun 2020 17:30:58 +0700 Subject: [PATCH] Util: Remove unused namespace. --- AIParkingApplication/Util.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AIParkingApplication/Util.cs b/AIParkingApplication/Util.cs index 0fd440f..3578f8c 100644 --- a/AIParkingApplication/Util.cs +++ b/AIParkingApplication/Util.cs @@ -1,12 +1,8 @@ using Newtonsoft.Json; using OpenCvSharp; using System; -using System.Net; -using System.CodeDom.Compiler; using System.Net.Http; using System.Net.NetworkInformation; -using System.Runtime.InteropServices; -using System.Text; using System.Threading.Tasks; namespace AIParkingApplication