This commit is contained in:
@@ -350,6 +350,22 @@ namespace VEPROMS.CSLA.Library
|
||||
OnPropertyChanged("Section_AutoGen");
|
||||
}
|
||||
}
|
||||
[Browsable(false)]
|
||||
[DisplayName("Section OriginalSteps")]
|
||||
[RefreshProperties(RefreshProperties.All)]
|
||||
[Description("Section OriginalSteps")]
|
||||
public string Section_OriginalSteps
|
||||
{
|
||||
get
|
||||
{
|
||||
return _Xp["Section", "OriginalSteps"];
|
||||
}
|
||||
set
|
||||
{
|
||||
_Xp["Section", "OriginalSteps"] = value;
|
||||
OnPropertyChanged("Section_OriginalSteps");
|
||||
}
|
||||
}
|
||||
[Category("Section")]
|
||||
//PROPGRID: Hide Section NumPages
|
||||
[Browsable(false)]
|
||||
|
Reference in New Issue
Block a user