Basic form validation.

This commit is contained in:
2015-06-03 00:51:24 +02:00
parent 3570859bf4
commit aead372b6c
4 changed files with 51 additions and 11 deletions

View File

@@ -71,6 +71,7 @@
<Compile Include="Code\Controls\ChatHandler.cs" />
<Compile Include="Code\Controls\CLabel.cs" />
<Compile Include="Code\Controls\CTextBox.cs" />
<Compile Include="Code\Controls\IValidableControl.cs" />
<Compile Include="Code\Entities\Message.cs" />
<Compile Include="Code\GlobalErrorHandler.cs" />
<Compile Include="Code\JSON\ParserContext.cs" />