7 lines
105 B
C#
7 lines
105 B
C#
namespace DynamicGUI
|
|
{
|
|
interface ISearch
|
|
{
|
|
bool Contains(string searchString);
|
|
}
|
|
} |