Files
PowerToys/Wox.Plugin/ISettingProvider.cs

10 lines
148 B
C#
Raw Normal View History

2015-10-30 23:17:34 +00:00
using System.Windows.Controls;
namespace Wox.Plugin
{
public interface ISettingProvider
{
Control CreateSettingPanel();
}
}