30/09/2018, 21:20

Tạo SecurityEntity trong C++ Winform

Mọi người cho mình hỏi mình muốn chuyển đoạn code bên dưới sang c++ winform thì làm ntn ạ??

namespace QUANLYTHUVIENLIBS.Security
{
    public class SecurityEntity
    {
        public string HoTen { get; set; } 
        public bool LoginSuccess { get; set; }
        public Guid MaNhanVien { get; set; }
        public Guid MaBoPhan { get; set; }
        public bool isAdmin { get; set; }
        public bool NhatKyHeThong { get; set; }
        public bool DocGia { get; set; }
        public bool NhanVien { get; set; }
        public bool Sach { get; set; }
        public bool DangKyThe { get; set; }
        public bool TraCuuSach { get; set; }
        public bool NhapSach { get; set; }
        public bool MuonSach { get; set; }
        public bool TraSach { get; set; }
        public bool ThuTuc { get; set; }
        public bool BCSachChuaMuon { get; set; }
        public bool BCMuonQuaHan { get; set; }
        public bool BCSoLuotMuon { get; set; }
        public bool BCDSDocGia { get; set; }
    }
}
Bài liên quan
0