コード例 #1
0
 // Adds the find text to the find history.
 private void AddFindHistory()
 {
     _manager.AddFindHistory(txtFind.Text);
     if (!cmdRecentFind.Enabled)
     {
         cmdRecentFind.Enabled = true;
     }
 }