Client.VoteDisplay Class
Window that displays all available candidates and allows the user to pick one and vote

Access: Public
Base Classes: Form
  Members Description  
    label1    
    listBox1    
    vote_button    
    client    
    components Required designer variable.

 
    VoteDisplay Constructor for the screen that shows available candidates in a requested election

 
    Dispose Clean up any resources being used.

 
    InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

 
    vote_button_Click Method called when the user press "Vote" button. Calls the appropriate method through the Client object. Exits the program.