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

@@ -1,11 +1,10 @@
using System.Collections.Generic;
using System.Linq;
using Wox.Core.Plugin;
using Wox.Core.UserSettings;
namespace Wox.Plugin.PluginIndicator
{
public class PluginIndicator : IPlugin, IPluginI18n
public class Main : IPlugin, IPluginI18n
{
private PluginInitContext context;