Exemplo n.º 1
0
 public ElectionMap(Election electionData)
 {
     ElectionData = electionData;
     PartyVotes   = new List <Party>();
 }
Exemplo n.º 2
0
 public LeaderBoard(Election electionData)
 {
     ElectionData = electionData;
     PartyVotes   = new List <Party>();
 }
Exemplo n.º 3
0
 public SwingOmeter(Election electionData)
 {
     ElectionData = electionData;
     PartyVotes   = new List <Party>();
 }