Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            ArchMuseum ArchMuseum = new ArchMuseum();

            ArchMuseum.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        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();
        }