Beispiel #1
0
 private bool Color(JsonData jsonData)
 {
     return(FunctionLibrary.Color(jsonData[1].ToString(), jsonData[2].ToString()));
 }