private void Button5_Click(object sender, EventArgs e) { Form x = new LW5.LW5title(); x.Show(); this.Hide(); }
private void Button2_Click(object sender, EventArgs e) { Form x = new LW5title(); x.Show(); this.Close(); }