PowerToys/Wox.Plugin/Features/IContextMenu.cs

9 lines
276 B
C#
Raw Normal View History

2015-11-03 03:27:46 +08:00
using System;
2016-01-06 14:45:08 +08:00
namespace Wox.Plugin.Features
{
2015-11-03 03:27:46 +08:00
[Obsolete("Delete Wox.Plugin.Features using directive, " +
"and use Wox.Plugin.Feature.IContextMenu instead, " +
"this method will be removed in v1.3.0")]
public interface IContextMenu { }
}