This commit is contained in:
@@ -4926,6 +4926,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _CapsTransitions, "@CapsTransitions");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CapsTransitionsSection;
|
||||
public bool CapsTransitionsSection
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CapsTransitionsSection, "@CapsTransitionsSection");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CapTranStep;
|
||||
public bool CapTranStep
|
||||
{
|
||||
@@ -4974,6 +4982,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _Cap1stCharTrans, "@Cap1stCharTrans");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _Cap1stCharTransSection;
|
||||
public bool Cap1stCharTransSection
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _Cap1stCharTransSection, "@Cap1stCharTransSection");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _UseTransitionModifier;
|
||||
public bool UseTransitionModifier
|
||||
{
|
||||
|
Reference in New Issue
Block a user