-
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
namespace DynamicGUI
|
||||
{
|
||||
interface ISearch
|
||||
interface ISettingControl
|
||||
{
|
||||
bool Contains(string searchString);
|
||||
SettingBase SettingBase { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user