private void matchToolStripMenuItem_Click(object sender, EventArgs e) { matchInfoByNumber form = new matchInfoByNumber(OfficialEventName); form.Show(); }