F2024-047 - Added (to all BNPP formats) a transition type that can be used to referenced procedure steps containing standard step text.

This commit is contained in:
2024-03-27 14:29:09 -04:00
parent 95a39e5a12
commit e309c4a814
8 changed files with 9 additions and 3 deletions

View File

@@ -58,7 +58,8 @@ namespace VEPROMS.CSLA.Library
SectMenuStep = 0x0020,
StepAllowNone = 0x0040,
StepFirst = 0x0080,
StepLast = 0x0100
StepLast = 0x0100,
StepAllChildren = 0x0200
}
public enum E_EMode : uint
{