Exemple #1
0
        private void SingUpLabel_Click(object sender, EventArgs e)
        {
            SIgnUpForm signUpForm = new SIgnUpForm();

            signUpForm.Show();
            this.Hide();
        }
Exemple #2
0
        private void LoginLabel_Click(object sender, EventArgs e)
        {
            SIgnUpForm signUpForn = new SIgnUpForm();

            signUpForn.Show();
            this.Hide();
        }