Пример #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Autentification af = new Autentification();

            af.Show();
            Close();
        }
Пример #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Autentification.sessionUser = "";
            Autentification at = new Autentification();

            at.Show();
            Hide();
        }