Esempio n. 1
0
        private void button5_Click(object sender, EventArgs e)
        {
            My_Profile m_p = new My_Profile(this, "My_reservation");

            m_p.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void button10_Click(object sender, EventArgs e)
        {
            My_Profile m_p = new My_Profile(this, "Restaurant_profile");

            m_p.Show();
            this.Hide();
        }