コード例 #1
0
ファイル: Adapter.cs プロジェクト: kayarez/OOP_4_semester
 public AFootToBikeAdapter(Bike _bike)
 {
     this.bike = _bike;
 }