コード例 #1
0
ファイル: Order.cs プロジェクト: PlumpMath/DesignPatterns-270
 public void Invoice()
 {
     state.Invoice();
 }