PowerToys/WinAlfred.Plugin/PluginType.cs

14 lines
195 B
C#
Raw Normal View History

2014-01-03 10:16:05 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WinAlfred.Plugin
{
public enum PluginType
{
System,
ThirdParty
}
}