コード例 #1
0
ファイル: Milk.cs プロジェクト: sma-it/DP-Decorator
 public override float Cost()
 {
     return(WrappedObject.Cost() + 0.20f);
 }