Added CautionNoteOrder format variable
This commit is contained in:
parent
99a6826772
commit
fdebf85b00
@ -2649,6 +2649,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _TabPtsPerChar, "@TabPtsPerChar");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _CautionNoteOrder;
|
||||
public string CautionNoteOrder
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CautionNoteOrder, "@CautionNoteOrder");
|
||||
}
|
||||
}
|
||||
private LazyLoad<float?> _ColS;
|
||||
public float? ColS
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user