예제 #1
0
        private void logout_Click(object sender, EventArgs e)
        {
            homeForm h = new homeForm();

            h.Show();
            this.Hide();
            this.Refresh();
        }
예제 #2
0
파일: inscription.cs 프로젝트: riad9808/poc
        private void retour_Click(object sender, EventArgs e)
        {
            homeForm h = new homeForm();

            h.Show();

            this.Hide();
        }