mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
git-subtree-dir: src/modules/launcher git-subtree-mainline:852689b3dfgit-subtree-split:28acd466b3
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 { }
|
|
} |