Ejemplo n.º 1
0
 public Bet(int Amount, int Car, Guy Bettor)
 {
     this.Amount = Amount;
     this.Car    = Car;
     this.Better = Bettor;
 }