コード例 #1
0
ファイル: Country.cs プロジェクト: Jeffiy/DesignPatterns
 public Country(UniteNations mediator)
 {
     this.mediator = mediator;
 }
コード例 #2
0
 public Country(UniteNations mediator)
 {
     this.mediator = mediator;
 }