Exemple #1
0
 public ThietBi(string ma_TB, LoaiThietBi LTB)
 {
     this.ma_TB = ma_TB;
     this.LTB   = LTB;
 }
Exemple #2
0
 public ThietBi(ThietBi TB)
 {
     this.ma_TB = TB.ma_TB;
     this.LTB   = TB.LTB;
 }
Exemple #3
0
 public LoaiThietBi(LoaiThietBi LoaiTB)
 {
     this.ma_LoaiTB  = LoaiTB.ma_LoaiTB;
     this.ten_LoaiTB = LoaiTB.ten_LoaiTB;
 }