* Provided better commenting of the Server application.

* Performed some Refactoring.  ConsoleInput file created to store the ConsoleInput class instead of it being held within the Program.cs file.
This commit is contained in:
Scionwest_cp 2012-02-28 20:44:59 -08:00
parent d857b23dee
commit fc27d9fc22
3 changed files with 46 additions and 26 deletions

View file

@ -49,6 +49,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ConsoleInput.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>