C# 클래스 DMV_GUI.Bus

상속: MotorVehicle
파일 보기 프로젝트 열기: CITA180Class/Motor-Vehicle-GUI-project 1 사용 예제들

공개 메소드들

메소드 설명
Bus ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string companyName ) : System

비공개 메소드들

메소드 설명
show ( ) : string

메소드 상세

Bus() 공개 메소드

public Bus ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string companyName ) : System
VIN string
make string
model string
noOfSeats int
noOfWheels int
dateOfProduction System.DateTime
companyName string
리턴 System