예제 #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);
 }