Exemplo n.º 1
0
 public void AddPrim(string value)
 {
     values.Add(JSONData.CreateJSONDataItem(value));
 }
Exemplo n.º 2
0
 public void AddPrim(float value)
 {
     values.Add(JSONData.CreateJSONDataItem(value));
 }