GlobalErrorHandler: Class to handle global errors

This commit is contained in:
2015-05-24 04:48:47 +02:00
parent 0517f70f44
commit 489aba1b67
4 changed files with 100 additions and 2 deletions

View File

@@ -72,10 +72,14 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Code\Controls\CLabel.cs" />
<Compile Include="Code\GlobalErrorHandler.cs" />
<Compile Include="Code\JSON\ParserContext.cs" />
<Compile Include="GlobalRouter.cs" />
<Compile Include="Code\JSON\JSONParser.cs" />
<Compile Include="Code\JSON\JSONWriter.cs" />
<Compile Include="Code\Pages\FrmError.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<PropertyGroup>