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