コード例 #1
0
ファイル: Car.cs プロジェクト: alFlash/mvc4-sample
 public void Run()
 {
     _wheel.Run();
     _driver.Drive();
 }