예제 #1
0
 public int GetValueInput()
 {
     return(InsertedCustomerCoinValue.GetValue());
 }
예제 #2
0
 public void InsertCoin(int rappen)
 {
     InsertedCustomerCoinValue.Add(rappen);
 }