Exemplo n.º 1
0
        private void Back_Button_Click(object sender, EventArgs e)
        {
            this.Hide();
            Login_form lf = new Login_form();

            lf.ShowDialog();
        }
Exemplo n.º 2
0
        private void SignInOrRegistration_Click(object sender, EventArgs e)
        {
            this.Hide();
            Login_form sif = new Login_form();

            sif.ShowDialog();
        }