This commit is contained in:
Kathy Ruffing 2008-01-28 14:05:24 +00:00
parent fdde03828a
commit 8225dc58af

View File

@ -515,6 +515,21 @@ namespace VEPROMS.CSLA.Library
OnPropertyChanged("Print_UserCBMess2");
}
}
// the following is for internal use only:
[Browsable(false)]
public string SectionStart
{
get
{
return _Xp["Procedure", "SectionStart"];
}
set
{
_Xp["Procedure", "SectionStart"] = value;
OnPropertyChanged("Proceduret_SectionStart");
}
}
#endregion
}
}