Example #1
0
        private void Sign_in_button_Click(object sender, EventArgs e)
        {
            Sign_in s = new Sign_in(this, "My_reservation");

            s.Show();
            this.Hide();
        }
Example #2
0
        private void Sign_in_button_Click(object sender, EventArgs e)
        {
            Sign_in s = new Sign_in(this, "Restaurant_profile");

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