Esempio n. 1
0
 public DistanceViewpoint(Voter voter) : base()
 {
     this.voter = voter;
 }
Esempio n. 2
0
 public Candidate(int index, Voter voter)
 {
     this.index = index;
     this.voter = voter;
 }