示例#1
0
 public CFullTextSearchDisplay(FormFullTextSearch f)
 {
     m_textIndex      = 0;
     MatchedLineNum   = 0;
     MatchedFileNum   = 0;
     TotalRecvFileNum = 0;
     //m_InQueue = new ConcurrentQueue<CFileSearchDetail>();
     m_form   = f;
     m_Handle = null;
     start();
 }
示例#2
0
文件: FormMain.cs 项目: HUHANK/Tool
        private void button3_Click(object sender, EventArgs e)
        {
            FormFullTextSearch dlg = new FormFullTextSearch();

            dlg.Show();
        }