This commit is contained in:
2011-03-29 17:30:09 +00:00
parent 7f22d62f00
commit 0d79abd34d
4 changed files with 95 additions and 69 deletions

View File

@@ -974,6 +974,7 @@ namespace VEPROMS
private void tc_StepPanelModeChange(object sender, StepRTBModeChangeEventArgs args)
{
this.lblEditView.Text = args.ViewMode == E_ViewMode.Edit ? "Edit" : "View";
this.dlgFindReplace.ToggleReplaceTab(args.ViewMode);
}
private ItemInfo _CurrentItem = null;
private StepRTB _LastStepRTB = null;