Reorder namespaces of pages and controls
This commit is contained in:
8
Scrummer/Controls/IValidableControl.cs
Normal file
8
Scrummer/Controls/IValidableControl.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace Scrummer.Controls
|
||||
{
|
||||
public interface IValidableControl
|
||||
{
|
||||
bool IsValid();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user