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

            //this.Hide();
            f.ShowDialog();
            //this.Show();
        }
Esempio n. 2
0
        private void thôngTinCáNhânToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fAccountProfile profile = new fAccountProfile(s1, s2);

            profile.ShowDialog();
        }