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

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

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