rename plugin main file, part 2

This commit is contained in:
bao-qian
2016-05-07 03:55:09 +01:00
parent 52a4bfa25f
commit db5f45da83
23 changed files with 29 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ using Wox.Infrastructure;
namespace Wox.Plugin.ControlPanel
{
public class ControlPanel : IPlugin, IPluginI18n
public class Main : IPlugin, IPluginI18n
{
private PluginInitContext context;
private List<ControlPanelItem> controlPanelItems = new List<ControlPanelItem>();