PowerToys/Wox.Plugin/ISettingProvider.cs
2015-10-30 23:23:01 +00:00

10 lines
148 B
C#

using System.Windows.Controls;
namespace Wox.Plugin
{
public interface ISettingProvider
{
Control CreateSettingPanel();
}
}