コード例 #1
0
ファイル: DuckSimulator.cs プロジェクト: ronymaychan/demos
 // Constructor
 public GooseAdapter(Goose goose)
 {
     this._goose = goose;
 }
コード例 #2
0
 // Constructor
 public GooseAdapter(Goose goose)
 {
     this._goose = goose;
 }