private void label6_Click(object sender, EventArgs e) { ActivityMenuForm ActivityMenuForm = new ActivityMenuForm(); ActivityMenuForm.Show(); this.Hide(); }
private void button1_Click(object sender, EventArgs e) // this button returns the user to the activities submenu { ActivityMenuForm act = new ActivityMenuForm(); act.Show(); this.Hide(); }