コード例 #1
0
 //Put a coin in the coin box
 public void Deposit(Coin ACoin)
 {
     box.Add(ACoin);
 }