Esempio n. 1
0
 public void Collect(int Winner)
 {
     Cash += MyBet.PayOut(Winner);
     MyBet.ClearBet();
     UpdateLabels();
 }