Client.Client.displayCandidates Function
Function called by GUI after the user enters the name of the election. This is where the client makes TCP connection with the server, and sends a request for user-specified election.
Public void displayCandidates (string, Client.ClientDisplay)
Type
Name
Description
string
election
Name of the election
ClientDisplay
display
Display Manager is passed along to display the information
Return
Description
void