Reorder namespaces of pages and controls

This commit is contained in:
2015-06-08 07:29:29 +02:00
parent 37425c21c6
commit 8767f29e45
17 changed files with 52 additions and 67 deletions

View File

@@ -0,0 +1,8 @@
namespace Scrummer.Controls
{
public interface IValidableControl
{
bool IsValid();
}
}