#21 Add Disable option for each plugin.

This commit is contained in:
qianlifeng
2014-07-01 22:19:46 +08:00
parent 6352408d87
commit e275ce6063
20 changed files with 174 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ namespace Wox.Plugin.SystemPlugins
{
public interface ISystemPlugin : IPlugin
{
string ID { get; }
string Name { get; }
string Description { get; }
}