private void label5_Click(object sender, EventArgs e) { BarMenuForm BarMenuForm = new BarMenuForm(); BarMenuForm.Show(); this.Hide(); }
private void button1_Click(object sender, EventArgs e) // this button returns the user to the bars submenu { BarMenuForm bar = new BarMenuForm(); bar.Show(); this.Hide(); }