Client.Client.vote Function
Function called by the GUI after the user selects one of the candidates. Creates a new message with the election name and candidate selection, and sends the vote request to the server

Public void vote (string, string, Client.VoteDisplay)
  Type Name Description  
    string election Name of election  
    string candidate Candidate selection  
    VoteDisplay display Display Manager  
  Return Description  
    void