Split VAR.WebForms.Common to a class library.
This commit is contained in:
7
VAR.WebForms.Common/Controls/IValidableControl.cs
Normal file
7
VAR.WebForms.Common/Controls/IValidableControl.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace VAR.WebForms.Common.Controls
|
||||
{
|
||||
public interface IValidableControl
|
||||
{
|
||||
bool IsValid();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user