QuickConfig.json 397 B

123456789101112131415161718192021
  1. {
  2. "Title" : "hola",
  3. "SessionName" : "Session01",
  4. "Sizes" : [
  5. 1,
  6. 2,
  7. 3,
  8. 4,
  9. 5,
  10. 6,
  11. 7
  12. ],
  13. "LastFilename" : "C:\\library.txt",
  14. "History" : [ ],
  15. "Complex" : {
  16. "Id" : 1,
  17. "Priority" : "msMed",
  18. "Redundant" : true
  19. },
  20. "ModifyDate" : "2019-01-17T13:51:56.269Z "
  21. }