PowerToys/Wox.Plugin/Features/IExclusiveQuery.cs

10 lines
281 B
C#
Raw Normal View History

2015-11-03 03:27:46 +08:00
using System;
namespace Wox.Plugin.Features
2015-02-05 18:43:05 +08:00
{
2015-11-03 03:27:46 +08:00
[Obsolete("Delete Wox.Plugin.Features using directive, " +
"and use Wox.Plugin.Feature.IInstantQuery instead, " +
"this method will be removed in v1.3.0")]
public interface IExclusiveQuery { }
2015-02-05 18:43:05 +08:00
}