1) How to run the Application:

Visual Studio .Net

Server:
Double click on Server\Online Voting Application.sln

Client:
Couble click on Client\Client.sln




Consolose:
Server:
..\Server\bin\Debug\Server.exe     -----  Server's executable
..\Server\bin\Debug\config.xml     -----  Config file that contains server's 
						port number and election information

Client:
..\Client\bin\Debug\Client.exe     -----  Client's executable
..\Client\bin\Debug\config.xml     -----  Config file that contains server's 
						IP address and port number




2) Documentation


..\Documentation\Solution_Client.htm    ---- Client's documentation

..\Documentation\Solution_Online Voting Application.HTM   ---- Server's documentation

..\Documentation\Solution_Shared.HTM   ---  Documentation for the shared assembly 
						containing Message class