implement WPM Plugin

This commit is contained in:
qianlifeng
2014-03-13 22:31:44 +08:00
parent 49c151c1b4
commit 091aba7aad
9 changed files with 323 additions and 61 deletions

View File

@@ -25,5 +25,9 @@ namespace Wox.Plugin
/// </summary>
public Action ReloadPlugins { get; set; }
public Action<string> InstallPlugin { get; set; }
public Action StartLoadingBar { get; set; }
public Action StopLoadingBar { get; set; }
}
}