private void button4_Click(object sender, EventArgs e) { this.Close(); Aboutus a = new Aboutus(); a.Show(); }
private void button4_Click(object sender, EventArgs e) { this.Hide(); Aboutus m = new Aboutus(); m.Show(); }