コード例 #1
0
ファイル: Condiment.cs プロジェクト: LindblomS/FunStuff
 public int GetPrice()
 {
     return(_order.GetPrice() + _price);
 }