Serializzazione hw option nel JWD
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WebWindowComplex.Json;
|
||||
using static WebWindowComplex.Json.WindowConst;
|
||||
|
||||
namespace WebWindowComplex.Models
|
||||
@@ -80,6 +81,16 @@ namespace WebWindowComplex.Models
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
#region Internal Methods
|
||||
|
||||
internal override JsonHwOption Serialize()
|
||||
{
|
||||
JsonHwOption JsonHwOption = new JsonHwOption(sName, m_sValue);
|
||||
return JsonHwOption;
|
||||
}
|
||||
|
||||
#endregion Internal Methods
|
||||
|
||||
#region Private Fields
|
||||
|
||||
private string m_sValue;
|
||||
|
||||
Reference in New Issue
Block a user