Flow.Launcher/Flow.Launcher.Plugin/ISettingProvider.cs
2020-04-21 21:27:02 +10:00

9 lines
158 B
C#

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