Add shared commands and move to shared

This commit is contained in:
Jeremy Wu
2019-08-06 21:49:51 +10:00
parent c0095dc385
commit 06d4a82706
4 changed files with 4 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
using System.Windows.Controls;
using Wox.Infrastructure;
using Wox.Infrastructure.Storage;
using Wox.Plugin.WebSearch.Commands;
using Wox.Plugin.SharedCommands;
namespace Wox.Plugin.WebSearch
{