Ejemplo n.º 1
0
        private void frmMain_Load(object sender, EventArgs e)
        {
            frmThongTin frmThongTin = new frmThongTin();

            frmThongTin.TopLevel = false;
            pnZone.Controls.Add(frmThongTin);
            frmThongTin.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            frmThongTin.AutoScroll      = true;
            frmThongTin.Dock            = DockStyle.Fill;
            frmThongTin.Show();
            QUYEN = BUSAccount.Instance.GetQuyen(frmLogin.ID_USER);
        }
Ejemplo n.º 2
0
        private void btnTT_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmThongTin frmThongTin = new frmThongTin();

            frmThongTin.ShowDialog();
        }
Ejemplo n.º 3
0
        private void barButtonItem3_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmThongTin frm = new frmThongTin();

            frm.Show();
        }
Ejemplo n.º 4
0
        private void BtnThongTin_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmThongTin frmtt = new frmThongTin();

            frmtt.ShowDialog();
        }