* 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:
parent
d857b23dee
commit
fc27d9fc22
3 changed files with 46 additions and 26 deletions
|
@ -49,6 +49,7 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ConsoleInput.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue