private void Button2_Click(object sender, EventArgs e) { Form l = new title(); l.Show(); this.Close(); }
private void Button2_Click(object sender, EventArgs e) { Form na = new title(); na.Show(); this.Hide(); }