private void 添加比赛ToolStripMenuItem_Click(object sender, EventArgs e) { AddNewGame addNewGameForm = new AddNewGame(); addNewGameForm.Show(); }