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