コード例 #1
0
 override public void AddCurrency(string name, float price)
 {
     currencies.Add(ACurrency.CreateCurrency(name, price));
 }
コード例 #2
0
 public void AddCurrency(ACurrency c)
 {
     currencies.Add(c);
 }