Exemplo n.º 1
0
        public frmLogin()
        {
            InitializeComponent();

            // Gọi custom form dùng material skin
            Functions.customMaterialForm(this);

            busUsers = new BUSusers();
        }
Exemplo n.º 2
0
        public frmChangePassword(users user)
        {
            InitializeComponent();

            Functions.customMaterialForm(this);

            this.user = user;

            busUsers = new BUSusers();
        }