Beispiel #1
0
 public Voter(Voter.Style style)
 {
     st = style;
 }
Beispiel #2
0
 public Voter(Voter.Type type, Voter.Style style)
 {
     t = type;
     st = style;
 }
Beispiel #3
0
 public Voter(Voter.Type type)
 {
     t = type;
 }