PowerToys/Wox.Plugin/PluginType.cs
2014-12-27 12:34:51 +08:00

13 lines
182 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Wox.Plugin
{
public enum PluginType
{
System,
User
}
}