예제 #1
0
파일: Car.cs 프로젝트: alFlash/mvc4-sample
 public void Run()
 {
     _wheel.Run();
     _driver.Drive();
 }