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