Remove unnecessary usings part 9 (#14288)

https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005
This commit is contained in:
xtqqczze 2020-12-01 03:20:11 +00:00 committed by GitHub
parent 00c70f9b62
commit 02ae54726e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,19 +2,8 @@
// Licensed under the MIT License.
using System;
using System.ComponentModel;
using System.IO;
using System.Net;
using System.Reflection;
using System.Resources;
using System.Xml;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Net;
[assembly: CLSCompliant(true)]