This commit is contained in:
2010-08-10 10:51:21 +00:00
parent 430396e0d0
commit be20ad5e9c
3 changed files with 52 additions and 10 deletions

View File

@@ -76,6 +76,14 @@ namespace VEPROMS.CSLA.Library
return MyParent.Description + " - " + Description + " (" + Name + ")";
}
}
public StepSectionLayoutData MyStepSectionLayoutData
{
get { return PlantFormat.FormatData.SectData.StepSectionData.StepSectionLayoutData; }
}
public StepSectionPrintData MyStepSectionPrintData
{
get { return PlantFormat.FormatData.SectData.StepSectionData.StepSectionPrintData; }
}
}
public partial class FormatInfoList
{