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"); MessageBox.Show("Functionality not available.", "Spell Check");
} }
//private FindReplace dlgFindReplace = null;
private void btnFindRplDlg_Click(object sender, EventArgs e) private void btnFindRplDlg_Click(object sender, EventArgs e)
{ {
MessageBox.Show("Functionality not available.", "Find/Replace"); StepPanelTabDisplayEventArgs args = new StepPanelTabDisplayEventArgs("FndRpl");
//FindReplace dlgFindReplace = new FindReplace(); MyStepItem.MyStepPanel.OnTabDisplay(sender, args);
//dlgFindReplace.Show();
} }
private void InsertSiblingBeforeOrAfter(string b4aftr) private void InsertSiblingBeforeOrAfter(string b4aftr)