コード例 #1
0
 public DistanceViewpoint(Voter voter) : base()
 {
     this.voter = voter;
 }
コード例 #2
0
 public Candidate(int index, Voter voter)
 {
     this.index = index;
     this.voter = voter;
 }