This commit is contained in:
@@ -5022,6 +5022,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _LowerCaseStepInTran, "@LowerCaseStepInTran");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _BoldTransition;
|
||||
public bool BoldTransition
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _BoldTransition, "@BoldTransition");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region TransType
|
||||
|
Reference in New Issue
Block a user