7 lines
126 B
C#
7 lines
126 B
C#
namespace VAR.WebForms.Common.Controls
|
|
{
|
|
public interface IValidableControl
|
|
{
|
|
bool IsValid();
|
|
}
|
|
} |