private void button5_Click(object sender, EventArgs e) { My_Profile m_p = new My_Profile(this, "My_reservation"); m_p.Show(); this.Hide(); }
private void button10_Click(object sender, EventArgs e) { My_Profile m_p = new My_Profile(this, "Restaurant_profile"); m_p.Show(); this.Hide(); }