Esempio n. 1
0
        private void ThongTinCaNhanToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fAccountProfile f = new fAccountProfile(LoginAccount);

            f.ShowDialog();
        }
Esempio n. 2
0
        private void fThongTinX_Click(object sender, EventArgs e)
        {
            fAccountProfile f = new fAccountProfile(loginAccount);

            f.ShowDialog();
        }