PowerToys/WinAlfred.Plugin/PluginType.cs
2014-01-03 18:16:05 +08:00

14 lines
195 B
C#

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