This commit is contained in:
parent
8cdab33846
commit
e9d5b08504
@ -224,7 +224,10 @@ namespace Volian.Controls.Library
|
|||||||
/// <param name="args"></param>
|
/// <param name="args"></param>
|
||||||
void _MyStepPanel_LinkClicked(object sender, StepPanelLinkEventArgs args)
|
void _MyStepPanel_LinkClicked(object sender, StepPanelLinkEventArgs args)
|
||||||
{
|
{
|
||||||
_MyDisplayTabControl.OpenItem(args.MyLinkText.MyTranToItemInfo);
|
if (args.MyLinkText.LinkInfoText.IndexOf("Transition") > -1)
|
||||||
|
_MyDisplayTabControl.OpenItem(args.MyLinkText.MyTranToItemInfo);
|
||||||
|
else
|
||||||
|
Console.WriteLine("Bring Up roeditor"); //TODO: Need to bring up roeditor or infopanel
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user