Ejemplo n.º 1
0
 private bool Hide(JsonData jsonData)
 {
     return(FunctionLibrary.Hide(jsonData[1].ToString()));
 }