LP modifiche per gestione files

This commit is contained in:
Luca Mascherone
2021-01-20 09:35:22 +01:00
parent 86742541f5
commit 5b5b993e47
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ namespace CMS_CORE_Library.Models
public ushort OffsetId3 { get; set; }
public uint ResidualRevive { get; set; }
public uint ResidualPresetting { get; set; }
}
+1
View File
@@ -4352,6 +4352,7 @@ namespace CMS_CORE_Library.Osai
OffsetId1 = ushort.Parse(x[7]),
OffsetId2 = ushort.Parse(x[8]),
OffsetId3 = ushort.Parse(x[9]),
ResidualPresetting = ushort.Parse(x[10])
}).ToList();
}