Ejemplo n.º 1
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AccountDTO dto = AccountDAO.Instance.getLoginAccount(this.username);
            fAccount   f   = new fAccount(dto);

            f.ShowDialog();
            loadCurrentAccount();
        }
Ejemplo n.º 2
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fAccount f = new fAccount(this.account);

            f.ShowDialog();
        }