Exemplo n.º 1
0
 public void Collect(int Winner)
 {
     this.Cash += MyBet.PayOut(Winner);
     this.ClearBet();
     this.UpdateLabel();
 }
Exemplo n.º 2
0
 public void Collect(int Winner) // winner
 {
     Cash += MyBet.PayOut(Winner);
 }