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:
2013-06-12 19:00:37 +00:00
parent 9c98f8bb48
commit 1cc722cb67
3 changed files with 51 additions and 5 deletions

View File

@@ -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)