Example #1
0
File: Xe.cs Project: vu2872001/OOP
 public Xe(string biensoxe, string hd, int tiengui, PhanLoaiXe lx)
 {
     this.bienSoXe  = biensoxe;
     this.hd        = hd;
     this.tienguixe = tiengui;
     this.loaiXe    = lx;
 }
Example #2
0
File: Xe.cs Project: vu2872001/OOP
 public Xe(string bienSoXe, string hd, string mauXe, PhanLoaiXe loaiXe, DateTime ngayGui, DateTime soGioDuocPhep, int tiengui)
 {
     this.bienSoXe         = bienSoXe;
     this.hd               = hd;
     this.mauXe            = mauXe;
     this.loaiXe           = loaiXe;
     this.ngayGui          = ngayGui;
     this.soGioDuocPhepGui = soGioDuocPhep;
     this.tienguixe        = tiengui;
 }