This commit is contained in:
2009-05-05 13:30:40 +00:00
parent 93a5453618
commit 16f3af2b37
2 changed files with 52 additions and 20 deletions

View File

@@ -141,7 +141,6 @@ namespace VEPROMS
private MostRecentItemList _MyBookMarks;
private void SetupBookMarks()
{
// TODO: load previously set bookmarks
lbxBookMarks.SelectedValueChanged += new EventHandler(lbxBookMarks_SelectedValueChanged);
RefreshBookMarkData();
btnPrevPos.Enabled = false;
@@ -990,10 +989,9 @@ namespace VEPROMS
if (SelectedStepTabPanel == null) return;
displayRO.MyROFST = SelectedROFst;
displayRO.MyRTB = SelectedStepTabPanel.MyStepPanel.SelectedStepItem.MyStepRTB;
displayRO.CurROLink = args.MyLinkText.RoUsageid; // TODO: this is wrong - use for now.
displayRO.CurROLink = args.MyLinkText.MyRoUsageInfo;
displayRO.Mydvi = SelectedDVI;
displayRO.ProgressBar = bottomProgBar;
displayRO.CurROLink = args.MyLinkText.RoUsageid; // this is wrong - use for now.
}
#endregion
#region VButton_New