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(); }
private void button3_Click(object sender, EventArgs e) { FormFullTextSearch dlg = new FormFullTextSearch(); dlg.Show(); }