Beispiel #1
0
 public TrucPhong(NhanVien nhanvien, Phong phong, string thoidiem)
 {
     this.phong    = phong;
     this.nhanvien = nhanvien;
     this.thoidiem = thoidiem;
 }
Beispiel #2
0
 public MayTinh(string maMT, LoaiMT loaimaytinh, Phong phong)
 {
     this.loaimaytinh = loaimaytinh;
     this.maMT        = maMT;
     this.phong       = phong;
 }
Beispiel #3
0
 public MayTinh(MayTinh mt)
 {
     this.phong       = mt.phong;
     this.maMT        = mt.maMT;
     this.loaimaytinh = mt.loaimaytinh;
 }
Beispiel #4
0
 public Phong(Phong p)
 {
     this.lp      = p.lp;
     this.maPhong = p.maPhong;
 }