Esempio n. 1
0
 public object get_configuration(string configuration_uid, object default_value = null)
 {
     return(PythonConvert.ToPython(_componentRegistryService.GetComponentConfiguration(_componentUid, configuration_uid, default_value)));
 }