Refactoring Plugin Loader [WIP].

This commit is contained in:
qianlifeng
2014-07-06 22:57:11 +08:00
parent 659ff866e1
commit 55c27516b2
11 changed files with 266 additions and 397 deletions

View File

@@ -19,7 +19,7 @@ namespace Wox.Plugin
public static string ExecutableFile
{
get { return "ExecutableFile"; }
get { return "executablefile"; }
}
public static bool IsAllowed(string language)