Revert last two commits pushed by @aaroncampf, which will cause build erros.

This commit is contained in:
qianlifeng
2014-05-25 18:11:27 +08:00
parent 6aed2ec311
commit e1c7705182
4 changed files with 35 additions and 47 deletions

View File

@@ -3,9 +3,11 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Wox.Plugin.SystemPlugins {
public interface ISystemPlugin : IPlugin {
string Name { get; }
string Description { get; }
}
namespace Wox.Plugin.SystemPlugins
{
public interface ISystemPlugin : IPlugin
{
string Name { get; }
string Description { get; }
}
}