This commit is contained in:
2008-01-31 14:30:30 +00:00
parent 322d01f15f
commit 9f96d885fe
7 changed files with 41 additions and 3 deletions

View File

@@ -934,5 +934,10 @@ namespace Volian.Controls.Library
{
_DisplayRTB.BackColor = _Panel.InactiveColor;
}
private void _DisplayRTB_LinkModifyTran(object sender, LinkClickedEventArgs e)
{
_Panel.OnLinkModifyTran(sender, new DisplayLinkEventArgs(this, e));
}
}
}