mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Files
d9c4abe0df9a88b9c2c93f6fd5ddc10e60e83bed
9 lines
278 B
C#
9 lines
278 B
C#
using System;
|
||||
|
||||
namespace Wox.Plugin.Features
|
||||
{
|
||||
[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 IInstantQuery { }
|
||||
}
|