PowerToys/Wox.Plugin/PluginType.cs

14 lines
189 B
C#
Raw Normal View History

2014-01-03 11:16:05 +01:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
2014-01-29 11:33:24 +01:00
namespace Wox.Plugin
2014-01-03 11:16:05 +01:00
{
public enum PluginType
{
System,
ThirdParty
}
}