This commit is contained in:
parent
fdde03828a
commit
8225dc58af
@ -515,6 +515,21 @@ namespace VEPROMS.CSLA.Library
|
|||||||
OnPropertyChanged("Print_UserCBMess2");
|
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
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user