コード例 #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);
 }