Example #1
0
        private void btnThongTinCaNhan_Click(object sender, EventArgs e)
        {
            frm_ThongTinTaiKhoan frm_ThongTin = new frm_ThongTinTaiKhoan(Program.sAccount);

            frm_ThongTin.ShowDialog();
        }
Example #2
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frm_ThongTinTaiKhoan frm_ThongTin = new frm_ThongTinTaiKhoan(AccountBUS.GetAccount((int)cbxNhanVien.SelectedValue));

            frm_ThongTin.ShowDialog();
        }