Added a debug tool to view and manage log files. Slight tweaks to the main form as well as the thread exception methods.
This commit is contained in:
@@ -125,6 +125,12 @@
|
||||
<Compile Include="DebugDatabaseConverter.Designer.cs">
|
||||
<DependentUpon>DebugDatabaseConverter.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmLogFileViewer.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmLogFileViewer.Designer.cs">
|
||||
<DependentUpon>FrmLogFileViewer.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmLoginForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -196,6 +202,9 @@
|
||||
<EmbeddedResource Include="FrmAddRecord.resx">
|
||||
<DependentUpon>FrmAddRecord.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmLogFileViewer.resx">
|
||||
<DependentUpon>FrmLogFileViewer.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmLoginForm.resx">
|
||||
<DependentUpon>FrmLoginForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user