Add shell context [WIP]

This commit is contained in:
qianlifeng
2015-02-12 00:12:28 +08:00
parent 48f7c37d3b
commit 21e5f33487
10 changed files with 704 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Hotkey;
using Wox.Plugin;
using Wox.ShellContext;
using Wox.Storage;
using ContextMenu = System.Windows.Forms.ContextMenu;
using DataFormats = System.Windows.DataFormats;
@@ -278,6 +279,7 @@ namespace Wox
InitProgressbarAnimation();
WindowIntelopHelper.DisableControlBox(this);
CheckUpdate();
new ShellContextMenuManager().GetContextMenus(@"c:\Windows\write.exe");
}
private void CheckUpdate()