private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AccountProfile f = new AccountProfile(signinAccount);

            f.UpdateAccount += F_UpdateAccount;
            f.ShowDialog();
        }
예제 #2
0
        private void ThôngtincánhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AccountProfile accp = new AccountProfile(LoginAcc);

            accp.ShowDialog();
        }