C2021-024: Wolf Creek Top/Bottom continue message, do not include bullet and bullet or bullet followed by sub-steps in tab
C2021-024: Top/Bottom continue message, do not include bullet and bullet or bullet followed by sub-steps in tab
This commit is contained in:
@@ -823,6 +823,14 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
#endregion
|
||||
#region Message
|
||||
private LazyLoad<bool> _RemoveBullet;
|
||||
public bool RemoveBullet // C2021-024: WCN1 if bullet exists in combined tab, stop right before bullet.
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _RemoveBullet, "@RemoveBullet");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _Message;
|
||||
[Category("Continue Msg")]
|
||||
[DisplayName("Top Continue Msg")]
|
||||
@@ -921,6 +929,14 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
#endregion
|
||||
#region Message
|
||||
private LazyLoad<bool> _RemoveBullet;
|
||||
public bool RemoveBullet // C2021-024: WCN1 if bullet exists in combined tab, stop right before bullet.
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _RemoveBullet, "@RemoveBullet");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _Message;
|
||||
[Category("Continue Msg")]
|
||||
[DisplayName("Bottom Continue Msg")]
|
||||
|
Reference in New Issue
Block a user