Hook Find/Replace button with Find/Replace logic

This commit is contained in:
John Jenko 2010-01-08 17:35:53 +00:00
parent ed53060f48
commit bf8a0560e7

View File

@ -922,12 +922,11 @@ namespace Volian.Controls.Library
{
MessageBox.Show("Functionality not available.", "Spell Check");
}
//private FindReplace dlgFindReplace = null;
private void btnFindRplDlg_Click(object sender, EventArgs e)
{
MessageBox.Show("Functionality not available.", "Find/Replace");
//FindReplace dlgFindReplace = new FindReplace();
//dlgFindReplace.Show();
StepPanelTabDisplayEventArgs args = new StepPanelTabDisplayEventArgs("FndRpl");
MyStepItem.MyStepPanel.OnTabDisplay(sender, args);
}
private void InsertSiblingBeforeOrAfter(string b4aftr)