Renamed “Bullet” associated with format flag to “BulletOnContinuous”
This commit is contained in:
parent
0fff0b09a8
commit
e8a518fdf9
@ -3961,12 +3961,12 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NumberSubs, "@NumberSubs");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _Bullet;
|
||||
public bool Bullet
|
||||
private LazyLoad<bool> _BulletOnContinuous;
|
||||
public bool BulletOnContinuous
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _Bullet, "@Bullet");
|
||||
return LazyLoad(ref _BulletOnContinuous, "@BulletOnContinuous");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _StepNumberForHighLevel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user