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");
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user