Remove commented out code
This commit is contained in:
@@ -66,10 +66,6 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
else // Step Tab Panel
|
else // Step Tab Panel
|
||||||
{
|
{
|
||||||
// The following line was broken into separate lines because a NullReferenceError was occurring.
|
|
||||||
// Now we should be able to tell what is wrong by which line causes the Null Reference Error
|
|
||||||
// RHM 20101217
|
|
||||||
//SelectedDVI = value.MyStepPanel.MyProcedureItemInfo.MyProcedure.ActiveParent as DocVersionInfo;
|
|
||||||
StepPanel stepPanel = value.MyStepPanel;
|
StepPanel stepPanel = value.MyStepPanel;
|
||||||
ItemInfo itemInfo = stepPanel.MyProcedureItemInfo;
|
ItemInfo itemInfo = stepPanel.MyProcedureItemInfo;
|
||||||
ProcedureInfo procedureInfo = itemInfo.MyProcedure;
|
ProcedureInfo procedureInfo = itemInfo.MyProcedure;
|
||||||
|
|||||||
Reference in New Issue
Block a user