Hook Find/Replace button with Find/Replace logic
This commit is contained in:
parent
ed53060f48
commit
bf8a0560e7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user