Esempio n. 1
0
        private void logout_Click(object sender, EventArgs e)
        {
            homeForm h = new homeForm();

            h.Show();
            this.Hide();
            this.Refresh();
        }
Esempio n. 2
0
        private void retour_Click(object sender, EventArgs e)
        {
            homeForm h = new homeForm();

            h.Show();

            this.Hide();
        }