12345678910111213141516171819202122232425262728293031 |
- {
- "Title" : "hola",
- "SessionName" : "Session01",
- "Sizes" : [
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7
- ],
- "LastFilename" : "C:\\library.txt",
- "WindowPos" : {
- "PosX" : 100,
- "PosY" : 200
- },
- "History" : [
- {
- "Id" : 1,
- "Priority" : "msLow",
- "Redundant" : true
- }
- ],
- "Complex" : {
- "Id" : 1,
- "Priority" : "msMed",
- "Redundant" : true
- },
- "ModifyDate" : "2019-01-24T23:59:38.138Z"
- }
|