PowerToys/Wox.Plugin/ISettingProvider.cs

10 lines
148 B
C#
Raw Normal View History

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