This commit is contained in:
Frank Skare
2019-03-27 01:52:51 +01:00
parent 77ba7f105c
commit 1080d0afd7
19 changed files with 322 additions and 207 deletions

View File

@@ -1,7 +1,8 @@
namespace DynamicGUI
{
interface ISearch
interface ISettingControl
{
bool Contains(string searchString);
SettingBase SettingBase { get; }
}
}