Exemplo n.º 1
0
 public LoaiMT(LoaiMT lmt)
 {
     this.Loaimt    = lmt.Loaimt;
     this.maLoaiMay = lmt.maLoaiMay;
 }
Exemplo n.º 2
0
 public MayTinh(string maMT, LoaiMT loaimaytinh, Phong phong)
 {
     this.loaimaytinh = loaimaytinh;
     this.maMT        = maMT;
     this.phong       = phong;
 }