Exemple #1
0
        private void btnPic_Click(object sender, EventArgs e)
        {
            _pnlRight.Controls.Clear();
            UCUpdatePatron uCUpdatePatron = new UCUpdatePatron();

            _pnlRight.Controls.Add(uCUpdatePatron);
            uCUpdatePatron.Show();
            lblInformation.Text = "Chức năng: Cập nhập bạn đọc";
        }
Exemple #2
0
        private void btnPic_Click(object sender, EventArgs e)
        {
            ButtonFontBold(btnEditRemove, FontStyle.Bold, Color.Green);
            ButtonFontBold(btnSinhVien, FontStyle.Regular, Color.Black);
            ButtonFontBold(_btNhanVien, FontStyle.Regular, Color.Black);
            ButtonFontBold(btnAddMember, FontStyle.Regular, Color.Black);
            ButtonFontBold(btnRest, FontStyle.Regular, Color.Black);
            ButtonFontBold(btnXoa, FontStyle.Regular, Color.Black);

            _pnlRight.Controls.Clear();
            UCUpdatePatron uCUpdatePatron = new UCUpdatePatron();

            _pnlRight.Controls.Add(uCUpdatePatron);
            uCUpdatePatron.Show();
            lblInformation.Text = "Chức năng: Cập nhập bạn đọc";
        }