Example #1
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            loginAccount = AccountDAO.Instance.getAccountByUserName(loginAccount.UserName);
            fAccountProfile f = new fAccountProfile(loginAccount);

            f.ShowDialog();
        }
Example #2
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fAccountProfile f = new fAccountProfile(LoginAccount);

            f.UpdateAccount += f_UpdateAccount;
            f.ShowDialog();
        }
Example #3
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fAccountProfile f = new fAccountProfile();

            // this.Hide();
            f.ShowDialog();
        }
        private void accountProfileToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fAccountProfile accountProfile = new fAccountProfile(loginAccount);

            accountProfile.ShowDialog();
        }
Example #5
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fAccountProfile accountProfile = new fAccountProfile();

            accountProfile.ShowDialog();
        }