private void Sign_up_Click(object sender, EventArgs e) { Sign_up s = new Sign_up(this, "Home"); s.Show(); this.Hide(); }
private void Sign_up_button_Click(object sender, EventArgs e) { Sign_up s = new Sign_up(this, "Restaurant_profile"); s.Show(); this.Hide(); }
private void Sign_up_button_Click(object sender, EventArgs e) { Sign_up s = new Sign_up(this, "Making Reservation"); s.Show(); this.Hide(); }
public register_Restaurant(Sign_up s_u, Restaurant_Profile f, string source) { InitializeComponent(); temp_past = s_u; past5 = f; s = source; }
public register_Restaurant(Sign_up s_u, my_reservations f, string source) { InitializeComponent(); temp_past = s_u; past4 = f; s = source; }
public register_Restaurant(Sign_up s_u, all_restaurants f, string source) { InitializeComponent(); temp_past = s_u; past2 = f; s = source; }