Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form_auth LoginForm = new Form_auth();

            LoginForm.Show();
        }
Exemplo n.º 2
0
        private void registerLabel_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form_auth loginForm = new Form_auth();

            loginForm.Show();
        }