Aggiornata nQtySash
This commit is contained in:
@@ -116,9 +116,9 @@ namespace WebWindowComplex.Models
|
||||
return JsonWindow;
|
||||
}
|
||||
|
||||
internal string sSerialized()
|
||||
internal string sSerialized(bool hideHw = false)
|
||||
{
|
||||
return JsonConvert.SerializeObject(Serialize(), Formatting.Indented);
|
||||
return JsonConvert.SerializeObject(Serialize(hideHw), Formatting.Indented);
|
||||
}
|
||||
|
||||
#endregion Internal Methods
|
||||
|
||||
Reference in New Issue
Block a user