コード例 #1
0
ファイル: readin_table_menu.cs プロジェクト: hitpisces/wfa3
 private void button5_Click(object sender, EventArgs e)
 {
     statistics mm = new statistics();
     mm.Show();
 }
コード例 #2
0
ファイル: search_engine.cs プロジェクト: hitpisces/wfa3
 private void 统计ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     statistics sta = new statistics();
     sta.Show();
 }