コード例 #1
0
 public void SetImplementor(Implementor implementor)
 {
     this.implementor = implementor;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: zhwtf/DesignPatternExample
 public void SetImplementor(Implementor implementor)
 {
     this.implementor = implementor;
 }