private void button5_Click(object sender, EventArgs e) { statistics mm = new statistics(); mm.Show(); }
private void 统计ToolStripMenuItem_Click(object sender, EventArgs e) { statistics sta = new statistics(); sta.Show(); }