Ejemplo n.º 1
0
 public void SetSelectedControlNamesInList(List <string> value)
 {
     SelectedControlNamesInList = value;
     controlChanger.SetSelectedControlNameInList(value, this);
 }