Ejemplo n.º 1
0
 public void AddCredit(int amount)
 {
     manager.AddCredit(amount);
     UpdateCreditDisplay();
 }