Fix osai library

This commit is contained in:
Lucio Maranta
2018-03-30 15:21:50 +00:00
parent 1e143ccf7b
commit 74b187cdf6
5 changed files with 341 additions and 255 deletions
+3 -2
View File
@@ -198,10 +198,11 @@ namespace CMS_CORE_Library
public string PartProgramName;
public string Status;
public bool Visible;
public byte Reps;
public ushort Reps;
public bool IsSelected;
}
public struct FunctionalityModel
public class FunctionalityModel
{
public uint Id;
public bool IsActive;