private void button3_Click(object sender, EventArgs e) { ArchMuseum ArchMuseum = new ArchMuseum(); ArchMuseum.Show(); this.Hide(); }
private void button2_Click(object sender, EventArgs e) //this button sends the user to the next sight { ArchMuseum ArchMuseum = new ArchMuseum(); ArchMuseum.Show(); this.Hide(); }