示例#1
0
        private void ToolStripMenuItemSearchCountCH_Click(object sender, EventArgs e)
        {
            SearchCountCH sh = new SearchCountCH();

            sh.ShowDialog(this);
        }
示例#2
0
文件: ainForm.cs 项目: smilelhh/TM
 private void ToolStripMenuItemSearchCountCH_Click(object sender, EventArgs e)
 {
     SearchCountCH sh = new SearchCountCH();
     sh.ShowDialog(this);
 }