Refactor: Sort and remove usings.

This commit is contained in:
2017-05-19 18:16:16 +01:00
parent c8ef7538e6
commit 0b23650ad0
13 changed files with 52 additions and 32 deletions

View File

@@ -26,17 +26,16 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
using System;
using VirusTotalNET;
using VirusTotalNET.Results;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using VirusTotalNET.Objects;
using System.Collections.Generic;
using SharpCompress.Compressors.Deflate;
using SharpCompress.Compressors.BZip2;
using SharpCompress.Compressors.LZMA;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using SharpCompress.Compressors.BZip2;
using SharpCompress.Compressors.Deflate;
using SharpCompress.Compressors.LZMA;
using VirusTotalNET;
using VirusTotalNET.Objects;
using VirusTotalNET.Results;
namespace osrepodbmgr.Core
{