Ejemplo n.º 1
0
 public static Guid DeserializeSystemGuid(JSONObject jsonObject, string name)
 {
     return jsonObject.GetGuid(name);
 }