This commit is contained in:
Kathy Ruffing 2011-03-01 13:26:59 +00:00
parent 287707438e
commit 4a118e0a31
2 changed files with 4 additions and 0 deletions

View File

@ -429,6 +429,10 @@ namespace Volian.Controls.Library
_MyLog.DebugFormat("_DisplayRTB_LinkGoTo " + args.LinkInfoText);
MyStepPanel.OnLinkClicked(sender, args);
}
void _MyStepRTB_RoInsert(object sender, StepRTBRoEventArgs args)
{
MyStepRTB.UpdateStepRtb(args.LinkText, args.ValText);
}
/// <summary>
/// Raise a OnLinkModifyTran event, when the user chooses to Modify a transition

Binary file not shown.