Server.DisplayResults.DisplayResults Function
Constructor

Public void DisplayResults (System.Collections.ArrayList, string, string, int)
  Type Name Description  
    System.Collections.ArrayList table Contains the information about the candidates and number of votes casted for them  
    string title Name of the election  
    string winner Winner(s) name(s)  
    int nVotes Number of votes casted for the winner  
  Return Description  
    void