Beispiel #1
0
 public void set_configuration(string configuration_uid, object value)
 {
     _componentRegistryService.SetComponentConfiguration(_componentUid, configuration_uid, PythonConvert.FromPython(value));
 }