This commit is contained in:
@@ -1124,11 +1124,12 @@ namespace VEPROMS
|
||||
else
|
||||
{
|
||||
itemAnnotationsBindingSource.DataSource = args.MyVlnCSLARTB.MyItem.ItemAnnotations;
|
||||
//_MyRTB = args.MyVlnCSLARTB.MyDisplayRTB;
|
||||
DisplayTabPanel dtp = ((DisplayTabItem)tc.SelectedTab).MyTabPanel;
|
||||
if (dtp == null) return;
|
||||
displayTransition.CurItem = dtp.ItemSelected;
|
||||
displayTransition.MyRTB = _MyRTB;
|
||||
displayTransition.MyRTB = dtp.MyPanel.DisplayItemSelected.MyDisplayRTB;
|
||||
displayRO.CurItem = dtp.ItemSelected;
|
||||
displayRO.MyRTB = dtp.MyPanel.DisplayItemSelected.MyDisplayRTB;
|
||||
}
|
||||
}
|
||||
private void itemAnnotationsBindingSource_DataSourceChanged(object sender, EventArgs e)
|
||||
|
Reference in New Issue
Block a user