C# Class DMV_GUI.Bus

Inheritance: MotorVehicle
Afficher le fichier Open project: CITA180Class/Motor-Vehicle-GUI-project Class Usage Examples

Méthodes publiques

Méthode Description
Bus ( string VIN, string make, string model, int noOfSeats, int noOfWheels, System.DateTime dateOfProduction, string companyName ) : System

Private Methods

Méthode Description
show ( ) : string

Method Details

Bus() public méthode

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
Résultat System