Changed ToString for StepData part of PlantFormat

This commit is contained in:
Rich 2009-10-08 14:34:33 +00:00
parent 66f1c21425
commit ceeea69bcd

View File

@ -3602,7 +3602,7 @@ namespace VEPROMS.CSLA.Library
}
public override string ToString()
{
return string.Format("{0:00} - {1}", Index, Type);
return string.Format("{0}", Type);
}
}
#endregion