예제 #1
0
파일: Car.cs 프로젝트: michailnk/simpleCode
 internal void Show()
 {
     carBody.Draw();
 }
예제 #2
0
 public void Show()
 {
     carBody.Draw();
 }