コード例 #1
0
ファイル: Program.cs プロジェクト: niuniuliu/CSharp
 public Context(Strategy strategy)
 {
     this.strategy = strategy;
 }