Refactoring Plugin.Feature

This commit is contained in:
bao-qian
2015-11-02 19:27:46 +00:00
parent 7a38143f5e
commit 86da8cbd17
13 changed files with 59 additions and 44 deletions

View File

@@ -8,7 +8,6 @@ using WindowsInput;
using WindowsInput.Native;
using Wox.Infrastructure.Hotkey;
using Wox.Infrastructure.Logger;
using Wox.Plugin.Features;
using Control = System.Windows.Controls.Control;
namespace Wox.Plugin.CMD

View File

@@ -7,7 +7,6 @@ using System.Reflection;
using System.ServiceProcess;
using Wox.Infrastructure;
using Wox.Plugin.Everything.Everything;
using Wox.Plugin.Features;
namespace Wox.Plugin.Everything
{

View File

@@ -2,7 +2,6 @@
using System.Diagnostics;
using System.IO;
using System.Threading;
using Wox.Infrastructure;
namespace Wox.Plugin.Program
{

View File

@@ -7,7 +7,6 @@ using System.Reflection;
using System.Windows;
using IWshRuntimeLibrary;
using Wox.Infrastructure;
using Wox.Plugin.Features;
using Wox.Plugin.Program.ProgramSources;
namespace Wox.Plugin.Program

View File

@@ -4,7 +4,6 @@ using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using Wox.Plugin.Features;
using Wox.Plugin.WebSearch.SuggestionSources;
namespace Wox.Plugin.WebSearch