Beispiel #1
0
 public Nhanvien(NguoiDung nd)
 {
     this.nd = nd;
     InitializeComponent();
 }
Beispiel #2
0
 public Quanli(NguoiDung nd)
 {
     this.nd = nd;
     InitializeComponent();
     this.Text = "Quản lí: " + nd.TenNhanVien;
 }