Beispiel #1
0
 public Trader(String name, Board.TraderID id)
 {
     this.name = name;
     this.id = id;
 }