LP modifiche per gestione files
This commit is contained in:
@@ -77,6 +77,7 @@ namespace CMS_CORE_Library.Models
|
||||
public ushort OffsetId3 { get; set; }
|
||||
|
||||
public uint ResidualRevive { get; set; }
|
||||
public uint ResidualPresetting { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user