Optimize using

This commit is contained in:
bao-qian
2016-01-06 06:45:08 +00:00
parent 1a8efdbf2c
commit f589bdc78d
20 changed files with 19 additions and 35 deletions

View File

@@ -1,6 +1,4 @@
using Wox.Plugin;
namespace Wox.Infrastructure.Exception
namespace Wox.Infrastructure.Exception
{
public class WoxPluginException : WoxException
{

View File

@@ -1,6 +1,4 @@
using System.Diagnostics;
using NLog;
using Wox.Infrastructure.Exception;
using NLog;
namespace Wox.Infrastructure.Logger
{

View File

@@ -1,5 +1,4 @@
using System;
using System.Diagnostics;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure

View File

@@ -1,5 +1,4 @@
using System;
using System.IO;
using System.IO;
using System.Threading;
using Newtonsoft.Json;