Fixed null reference when RO is inserted via context menu or ribbon button (bug due to accessory page logic added previously)

This commit is contained in:
John Jenko 2009-09-01 13:05:15 +00:00
parent cb3dea8116
commit 9d2d8a25c4

View File

@ -952,6 +952,7 @@ namespace VEPROMS
displayRO.CurROLink = args.MyLinkText.MyRoUsageInfo;
displayRO.Mydvi = SelectedDVI;
displayRO.ProgressBar = bottomProgBar;
displayRO.TabControl = tc;
}
#endregion
#region VButton_New