private void aboutMarathonToolStripMenuItem_Click(object sender, EventArgs e) { aboutMarathon pg9 = new aboutMarathon(); pg9.Show(); this.Hide(); }
private void marathonSkills_Click(object sender, EventArgs e) { aboutMarathon pg9 = new aboutMarathon(); pg9.Show(); this.Hide(); }