Added readonly field to NC softkeys

This commit is contained in:
Lucio Maranta
2018-03-22 16:17:23 +01:00
parent 25fa366171
commit ca272f4515
5 changed files with 34 additions and 4 deletions
@@ -4,6 +4,7 @@
{
public int Id;
public bool IsActive;
public bool IsReadOnly;
public string Name;
public string VisualizedName;
}