This commit is contained in:
parent
287707438e
commit
4a118e0a31
@ -429,6 +429,10 @@ namespace Volian.Controls.Library
|
|||||||
_MyLog.DebugFormat("_DisplayRTB_LinkGoTo " + args.LinkInfoText);
|
_MyLog.DebugFormat("_DisplayRTB_LinkGoTo " + args.LinkInfoText);
|
||||||
MyStepPanel.OnLinkClicked(sender, args);
|
MyStepPanel.OnLinkClicked(sender, args);
|
||||||
}
|
}
|
||||||
|
void _MyStepRTB_RoInsert(object sender, StepRTBRoEventArgs args)
|
||||||
|
{
|
||||||
|
MyStepRTB.UpdateStepRtb(args.LinkText, args.ValText);
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Raise a OnLinkModifyTran event, when the user chooses to Modify a transition
|
/// Raise a OnLinkModifyTran event, when the user chooses to Modify a transition
|
||||||
|
BIN
PROMS/Volian.Controls.Library/RTBItem.designer.cs
generated
BIN
PROMS/Volian.Controls.Library/RTBItem.designer.cs
generated
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user