Fixed logic to handle a user (sub) format as the procedure set default format
added more robust logic to handle outside transitions supporting logic to add an additional annotation when multiple possibilities for an outside transition is possible
This commit is contained in:
@@ -107,6 +107,8 @@ namespace Utils
|
||||
cfg.Print_UserFormat = ReadTheString(br, 10);
|
||||
//tmpsbyte = br.ReadSByte();
|
||||
//cfg.Print_Duplex = tmpsbyte == 0 ? true : false;
|
||||
if (cfg.Print_UserFormat.Trim() != string.Empty)
|
||||
DefaultPlantFmt += " " + cfg.Print_UserFormat;
|
||||
br.Close();
|
||||
}
|
||||
catch(Exception e)
|
||||
|
Reference in New Issue
Block a user