structure change

This commit is contained in:
qianlifeng
2014-01-03 23:52:36 +08:00
parent 1eb3f449e2
commit dc51bc39ab
27 changed files with 289 additions and 257 deletions

View File

@@ -7,5 +7,7 @@ namespace WinAlfred.Plugin.System
{
public interface ISystemPlugin : IPlugin
{
string Name { get; }
string Description { get; }
}
}