Esempio n. 1
0
        private void thôngTinToolStripMenuItem_Click(object sender, EventArgs e)
        {
            fInformation f = new fInformation(username);

            this.Hide();
            f.ShowDialog();
            this.Show();
        }
Esempio n. 2
0
        private void btnChangeInformation_Click(object sender, EventArgs e)
        {
            fInformation changeInformation = new fInformation("admin");

            changeInformation.Show();
        }