Esempio n. 1
0
        private void changePasswordToolStripMenuItem_Click(object sender, EventArgs e)
        {
            loginAuthentication la = new loginAuthentication();

            la.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void logout_Click(object sender, EventArgs e)
        {
            loginAuthentication la = new loginAuthentication();

            this.Close();
            la.Show();
        }
        private void logOutToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            this.Close();
            loginAuthentication la = new loginAuthentication();

            la.Show();
        }